Ik heb een script gedownload en daarmee krijg ik deze foutmelding:
Warning: is_executable() [function.is-executable]: SAFE MODE Restriction in effect. The script whose uid is 2028 is not allowed to access /usr/local/lib/php3.ini owned by uid 0 in /opt/guide/www.blablabla.nl/admin/admin_func.php on line 3444
Weet iemand hoe ik functie kan aanpassen waardoor die safe mode restriction wordt omzeild?
Warning: is_executable() [function.is-executable]: SAFE MODE Restriction in effect. The script whose uid is 2028 is not allowed to access /usr/local/lib/php3.ini owned by uid 0 in /opt/guide/www.blablabla.nl/admin/admin_func.php on line 3444
PHP:
3443
3444
| function is_php_execute($file_path){ return is_executable($file_path); |
Weet iemand hoe ik functie kan aanpassen waardoor die safe mode restriction wordt omzeild?