Remove the pdo.php include

The pdo.php file was replaced by the database class
This commit is contained in:
FusionPBX
2025-01-08 12:19:18 -07:00
committed by GitHub
parent 28040957bd
commit ca28a06cea

View File

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