Add the new cidr.php file.

This commit is contained in:
FusionPBX 2021-11-26 12:34:02 -07:00 committed by GitHub
parent 9fe891e64c
commit 1aaf1aa2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@
require_once "resources/functions.php";
if ($config_exists) {
require "resources/pdo.php";
require_once "resources/cidr.php";
if (file_exists($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/resources/switch.php")) {
require_once "resources/switch.php";
}