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:
parent
db582a2d46
commit
1879898ab4
@ -29,7 +29,7 @@ if(get_magic_quotes_gpc()) {
|
|||||||
|
|
||||||
|
|
||||||
// load base files
|
// 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) {
|
foreach($files as $filename) {
|
||||||
require_once $filename;
|
require_once $filename;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user