Jul
2
2010

How to check in PHP if SAFE MODE enable ?

<?php
// Check for safe mode
if( ini_get('safe_mode') ){
    // Do it the safe mode way
    print "ON";
}else{
    // Do it the regular way
    print "OFF";
}

?>

About the Author: Urban Cetinski

Urban Cetinski :)

Leave a comment

Get Adobe Flash playerPlugin by wpburn.com wordpress themes