no need for core/*/*.php

git-svn-id: file:///home/shish/svn/shimmie2/trunk@630 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-12-06 11:16:59 +00:00
parent db582a2d46
commit 1879898ab4

View file

@ -29,7 +29,7 @@ if(get_magic_quotes_gpc()) {
// load base files
$files = array_merge(glob("core/*.php"), glob("core/*/*.php"), glob("ext/*/main.php"));
$files = array_merge(glob("core/*.php"), glob("ext/*/main.php"));
foreach($files as $filename) {
require_once $filename;
}