Changeset 631


Ignore:
Timestamp:
02/22/06 01:26:36 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-05-01 21:42:24 by anarcat]
rendre sem_release silencieux, car il fait du bruit dans le cron de
alternc-stats (Warning: sem_release(): SysV semaphore 6 (key 0x4891)
is not currently acquired in /var/alternc/bureau/class/config.php on
line 54)

Original author: anarcat
Date: 2005-05-01 21:42:24

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/class/config.php

    r540 r631  
    11<?php 
    22/* 
    3  $Id: config.php,v 1.10 2005/03/05 16:27:30 said Exp $ 
     3 $Id: config.php,v 1.11 2005/05/01 21:42:24 anarcat Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5151function alternc_shutdown() { 
    5252  global $alternc_sem; 
    53   sem_release( $alternc_sem ); 
     53  @sem_release( $alternc_sem ); 
    5454} 
    5555// 3. Register the shutdown function  
Note: See TracChangeset for help on using the changeset viewer.