Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(plugins/functions.php/functions.php) is not within the allowed path(s): (/home/matrosskin/:/tmp:/usr/local/lib/php/:/usr/share/php/:/var/lib/php5) in /home/matrosskin/fsd/index.php on line 19 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(plugins/functions.php/first.php) is not within the allowed path(s): (/home/matrosskin/:/tmp:/usr/local/lib/php/:/usr/share/php/:/var/lib/php5) in /home/matrosskin/fsd/index.php on line 24 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(plugins/functions.php/exec.php) is not within the allowed path(s): (/home/matrosskin/:/tmp:/usr/local/lib/php/:/usr/share/php/:/var/lib/php5) in /home/matrosskin/fsd/index.php on line 29
19 foreach ($arr as $plugin) { 20 if (file_exists("plugins/".$plugin."/functions.php")) { 21 require_once("plugins/".$plugin."/functions.php"); 22 } 23 }