Changeset 631
- Timestamp:
- 02/22/06 01:26:36 (7 years ago)
- File:
-
- 1 edited
-
bureau/class/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/class/config.php
r540 r631 1 1 <?php 2 2 /* 3 $Id: config.php,v 1.1 0 2005/03/05 16:27:30 saidExp $3 $Id: config.php,v 1.11 2005/05/01 21:42:24 anarcat Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 51 51 function alternc_shutdown() { 52 52 global $alternc_sem; 53 sem_release( $alternc_sem );53 @sem_release( $alternc_sem ); 54 54 } 55 55 // 3. Register the shutdown function
Note: See TracChangeset
for help on using the changeset viewer.
