Hi,
My php.ini has safe_mode value On
To check it we use:
I need to set safe_mode = off for about 2 min daily to run some cron jobs.
Is there any known ssh commands to set it from a command line rather than doing it from the editor? so I would make it in a file to switch it off at 0200 and run cron jobs at 0201 and then back on at 0202.
Experts, Any help?!
My php.ini has safe_mode value On
To check it we use:
grep -i "safe_mode" /usr/lib/php.ini
I need to set safe_mode = off for about 2 min daily to run some cron jobs.
Is there any known ssh commands to set it from a command line rather than doing it from the editor? so I would make it in a file to switch it off at 0200 and run cron jobs at 0201 and then back on at 0202.
Experts, Any help?!