Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/home/sweetie/domains/sweetie4u.com/public_html/application/modules/index.html/JO/Shell.php) is not within the allowed path(s): (/home/sweetie/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/sweetie/domains/sweetie4u.com/public_html/JO/v.1.0a/JO/Loader.php on line 153
public static function isReadable($filename) {
if (is_readable($filename)) {
// Return early if the filename is readable without needing the
// include_path
return true;
}
foreach (self::explodeIncludePath() as $path) {
if ($path == '.') {
if (is_readable($filename)) {
return true;
}
continue;
}
$file = $path . '/' . $filename;
if (is_readable($file)) {
return true;
}
}
return true;
}
Understand the best position, but not understand in what file required this code (Loader.php ? ).
also i want run the same script of sweetie4u . c o m see sweetie have solve ))