|
|
|
|
@ -26,7 +26,7 @@ final class loadall { |
|
|
|
|
|
|
|
|
|
$config_path = $root_path . ltrim($path, "/"); |
|
|
|
|
if ($cdir = scandir($config_path)) { |
|
|
|
|
fwrite($fl_handle, "<?php \r\n");
|
|
|
|
|
fwrite($fl_handle, "<?php \r\n declare(strict_types=1);\r\n");
|
|
|
|
|
fwrite($fl_handle, "/* \r\n"); |
|
|
|
|
fwrite($fl_handle, "* This file is Auto-Generated, Do NOT Modify!!! Please Delete this file to update configuration! \r\n"); |
|
|
|
|
fwrite($fl_handle, "*/ \r\n"); |
|
|
|
|
|