This website requires JavaScript.
Explore
Help
Sign In
rosslh
/
coolify
Watch
1
Star
0
Fork
You've already forked coolify
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4015e03153
coolify
/
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 a new issue
Copy permalink