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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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