mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-19 20:34:05 +00:00
6 lines
114 B
PHP
Executable File
6 lines
114 B
PHP
Executable File
<?php
|
|
|
|
$x = listFolderFiles(dirname(__FILE__));
|
|
foreach ($x as $key => $name) {
|
|
include $name . '/init.php';
|
|
} |