| 
 Posted by Els on 07/08/05 15:44 
Pewpew wrote: 
 
> Hello 
>  
> i like to know how to disable the system() function. 
>  
> Is there a parametre in php.ini or is it only a question of authorisation ? 
 
In php.ini, you'll find this line: 
disable_functions = 
 
just change it to  
disable_functions = system 
 
and restart the server. 
 
--  
Els                     http://locusmeus.com/ 
Sonhos vem. Sonhos vão. O resto é imperfeito. 
                             - Renato Russo - 
Now playing: Status Quo - Spinning Wheel Blues
 
  
Navigation:
[Reply to this message] 
 |