mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-19 04:14:01 +00:00
6 lines
160 B
PHP
Executable File
6 lines
160 B
PHP
Executable File
<?php
|
|
$all_modul = getAllSubdirectories('modul');
|
|
// Call All from modul init.php
|
|
foreach ($all_modul as $key => $val){
|
|
include "modul/".$val."/init.php";
|
|
} |