Update require.php

This commit is contained in:
FusionPBX 2024-04-20 22:59:45 -06:00 committed by GitHub
parent 313de4c6dc
commit 375c7d228b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -123,7 +123,9 @@
}
//additional includes
require_once "resources/php.php";
if (!defined('STDIN')) {
require_once "resources/php.php";
}
require_once "resources/functions.php";
if (is_array($conf) && count($conf) > 0) {
require_once "resources/pdo.php";