Cannot install this addon. This is not the root installation of gpEasy.
'; $passed = false; } if( !function_exists('symlink') ){ echo 'Cannot install this addon. Your installation of PHP has the symlink() function disabled.
'; $passed = false; } if( !isset($_SERVER['SCRIPT_FILENAME']) && (GETENV('SCRIPT_FILENAME') === FALSE) ){ echo 'Cannot install this addon. $_SERVER[\'SCRIPT_FILENAME\'] and GETENV(\'SCRIPT_FILENAME\') are unavailable.
'; $passed = false; } if( isset($config['useftp']) ){ echo 'Cannot install this addon. Your installation of PHP has safe_mode enabled.
'; $passed = false; } return $passed; }