extensions moved to folders

git-svn-id: file:///home/shish/svn/shimmie2/trunk@75 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-05-07 15:04:46 +00:00
parent b45de90705
commit 19d3062314
16 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ EOD;
exit; exit;
} }
$files = array_merge(glob("core/*.php"), glob("core/*/*.php"), glob("ext/*.php")); $files = array_merge(glob("core/*.php"), glob("core/*/*.php"), glob("ext/*/main.php"));
foreach($files as $filename) { foreach($files as $filename) {
require_once $filename; require_once $filename;