module updates
This commit is contained in:
@@ -50,12 +50,12 @@
|
||||
include_once($file);
|
||||
}
|
||||
|
||||
echo "Directory: mod\n";
|
||||
$files = glob('mod/*.php');
|
||||
foreach($files as $file) {
|
||||
echo $file . "\n";
|
||||
include_once($file);
|
||||
}
|
||||
// echo "Directory: mod\n";
|
||||
// $files = glob('mod/*.php');
|
||||
// foreach($files as $file) {
|
||||
// echo $file . "\n";
|
||||
// include_once($file);
|
||||
// }
|
||||
|
||||
echo "Directory: addon\n";
|
||||
$dirs = glob('addon/*');
|
||||
|
Reference in New Issue
Block a user