more comments plus an id rename
This commit is contained in:
parent
cbb724e1c0
commit
1438b3d67d
2 changed files with 13 additions and 3 deletions
|
@ -20,3 +20,7 @@
|
|||
$files = glob('include/*.php');
|
||||
foreach($files as $file)
|
||||
include_once($file);
|
||||
|
||||
$files = glob('addon/*.php');
|
||||
foreach($files as $file)
|
||||
include_once($file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue