Page 1 of 1

ini_get('magic_quotes_gpc')

Posted: Mon Aug 31, 2009 11:10 am
by iamcanadian1973
I'm running php 5.26

ini_get('magic_quotes_gpc') returns on or off not true or false.


So in the settings when it checks on install step 1


<?php echo (ini_get('magic_quotes_gpc')) ? 'On' : 'Off'; ?>


always shows ON