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