This website requires JavaScript.
Explore
💬 Chat with Gaia
📋 Board
Help
Sign In
references
/
coolify
Watch
1
Star
0
Fork
0
You've already forked coolify
mirror of
https://github.com/coollabsio/coolify.git
synced
2026-06-14 03:19:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9aa40bb5f082e70792b687bca1cdb8d89f39dfbb
coolify
/
bootstrap
/
includeHelpers.php
T
7 lines
97 B
PHP
Raw
Normal View
History
Unescape
Escape
a ton
👷♂️
2023-05-24 14:26:50 +02:00
<
?
php
Fix styling
2024-06-10 20:43:34 +00:00
$files
=
glob
(
__DIR__
.
'/helpers/*.php'
);
a ton
👷♂️
2023-05-24 14:26:50 +02:00
foreach
(
$files
as
$file
)
{
Fix styling
2024-06-10 20:43:34 +00:00
require
$file
;
a ton
👷♂️
2023-05-24 14:26:50 +02:00
}
Reference in New Issue
Copy Permalink