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:
Mark Crane
2013-07-06 06:46:07 +00:00
parent 94137ca96c
commit 329e4afd52
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
Mark J Crane <markjcrane@fusionpbx.com>
*/
include "root.php";
require_once "includes/lib_functions.php";
require_once "resources/functions.php";
//set debug to true or false
$v_debug = true;