Remove the pdo.php include
The pdo.php file was replaced by the database class
This commit is contained in:
parent
28040957bd
commit
ca28a06cea
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue