extensions moved to folders
git-svn-id: file:///home/shish/svn/shimmie2/trunk@75 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
b45de90705
commit
19d3062314
16 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Reference in a new issue