Rename lib_pdo_vm.php to pdo_vm.php and lib_functions.php to functions.php and move to the resources directory.
This commit is contained in:
parent
94137ca96c
commit
329e4afd52
|
|
@ -25,7 +25,7 @@
|
||||||
Raymond Chandler <intralanman@gmail.com>
|
Raymond Chandler <intralanman@gmail.com>
|
||||||
*/
|
*/
|
||||||
include "root.php";
|
include "root.php";
|
||||||
require_once "includes/lib_functions.php";
|
require_once "resources/functions.php";
|
||||||
|
|
||||||
//set defaults
|
//set defaults
|
||||||
if (isset($dbtype) > 0) {
|
if (isset($dbtype) > 0) {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
*/
|
*/
|
||||||
include "root.php";
|
include "root.php";
|
||||||
require_once "includes/lib_functions.php";
|
require_once "resources/functions.php";
|
||||||
|
|
||||||
//set debug to true or false
|
//set debug to true or false
|
||||||
$v_debug = true;
|
$v_debug = true;
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,6 @@ else {
|
||||||
}
|
}
|
||||||
require_once "includes/lib_php.php";
|
require_once "includes/lib_php.php";
|
||||||
require "includes/lib_pdo.php";
|
require "includes/lib_pdo.php";
|
||||||
require_once "includes/lib_functions.php";
|
require_once "resources/functions.php";
|
||||||
require_once "includes/lib_switch.php";
|
require_once "includes/lib_switch.php";
|
||||||
?>
|
?>
|
||||||
Loading…
Reference in New Issue