This website requires JavaScript.
Explore
Help
Sign in
prehistoric-systems
/
coolify
Watch
1
Star
0
Fork
You've already forked coolify
0
mirror of
https://github.com/coollabsio/coolify.git
synced
2026-03-11 08:55:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
a38717810c
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