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

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";
}