disabling php exec function

hello

is it possible to disable the simplest php exec function? ``

for example:
<? echo `cat /etc/passwd`; ?>

?

disabled exec() does that?

thanks

 

 

 

 

Top