This website requires JavaScript.
Explore
Help
Register
Sign In
Shiloh
/
lasthourcloud
Watch
1
Star
1
Fork
0
You've already forked lasthourcloud
Code
Issues
Pull Requests
Packages
Projects
Releases
4
Wiki
Activity
85e1cbad53
lasthourcloud
/
bootstrap
/
includeHelpers.php
7 lines
97 B
PHP
Raw
Normal View
History
Unescape
Escape
a ton 👷♂️
2023-05-24 12:26:50 +00:00
<
?
php
Fix styling
2024-06-10 20:43:34 +00:00
$files
=
glob
(
__DIR__
.
'/helpers/*.php'
);
a ton 👷♂️
2023-05-24 12:26:50 +00:00
foreach
(
$files
as
$file
)
{
Fix styling
2024-06-10 20:43:34 +00:00
require
$file
;
a ton 👷♂️
2023-05-24 12:26:50 +00:00
}
Reference in New Issue
Copy Permalink