How to check if PHP is in safemode
Posted in How To, PHP on April 29th, 2009 by j3nnings – Be the first to commentSimple, all you need to do is create a new php document, and paste the following into it.
<?php phpinfo(); ?>
Load the page in your browser, and then press Control + F and search for “safe_mode.”