This commit is contained in:
Shish
2020-02-06 03:10:30 +00:00
parent 2b994d5c29
commit cdaecb3380
4 changed files with 25 additions and 20 deletions

View File

@ -471,7 +471,7 @@ function get_debug_info(): string
function require_all(array $files): void
{
foreach ($files as $filename) {
require_once $filename;
require_once $filename;
}
}