I am wondering why dolphin says to have magic quotes off and nothing in disable function in the php.ini
my settings are...
disable_functions = system, show_source, symlink, exec, dl, shell_exec, passthru, phpinfo, escapeshellarg, escapeshellcmd, ini_set
magic_quotes_gpc = on
I have these settings like this for security purposes, is there any real reason why this would mess up anything in dolphin at all?