Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Jul 4, 2022
1 parent 970dcfc commit b7663f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/MicroweberPackages/App/functions/bootstrap.php
Expand Up @@ -66,4 +66,11 @@
include_once $functions_dir.'common.php';
include_once $functions_dir.'other.php';
include_once $functions_dir.'mail.php';

$functions_dir2 = dirname(MW_PATH).DS.'Helper'.DS.'functions'.DS;
include_once $functions_dir.'array.php';
include_once $functions_dir.'filesystem.php';
include_once $functions_dir.'laravel.php';
include_once $functions_dir.'string.php';
include_once $functions_dir.'system.php';
include_once $functions_dir.'url.php';

0 comments on commit b7663f9

Please sign in to comment.