Forum Moderators: coopster
safe_mode is only changeable by PHP_INI_SYSTEM
which means "Entry can be set in php.ini or httpd.conf"
this excludes .htaccess
As I would prefer to have safe mode ON but need to still run my database backups, is there an alternative I could use to allow the DB backups (through use of system(mysqldump etc,) to work?
Thanks.