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-13 19:09:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v4.x
coolify
/
bootstrap
/
includeHelpers.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
7 lines
97 B
PHP
Raw
Permalink
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