Explorar o código

Rename lib_pdo_vm.php to pdo_vm.php and lib_functions.php to functions.php and move to the resources directory.

Mark Crane %!s(int64=12) %!d(string=hai) anos
pai
achega
d2a27d404d

+ 1 - 1
cdr/v_cdr.php

@@ -38,7 +38,7 @@ require_once "resources/paging.php";
 
 require_once "v_cdr_import.php";
 require "lib_cdr.php";
-	
+
 $order_by = $_GET["order_by"];
 $order = $_GET["order"];
 

+ 2 - 2
voicemail_msgs/voicemail_msgs.php

@@ -44,7 +44,7 @@ else {
 	if ($_GET['a'] == "download") {
 
 		//pdo voicemail database connection
-			include "includes/lib_pdo_vm.php";
+			include "resources/pdo_vm.php";
 
 		session_cache_limiter('public');
 
@@ -121,7 +121,7 @@ else {
 	}
 
 //pdo voicemail database connection
-	include "includes/lib_pdo_vm.php";
+	include "resources/pdo_vm.php";
 
 //show the content
 	echo "<div align='center'>";

+ 1 - 1
voicemail_status/voicemail.php

@@ -147,7 +147,7 @@ $order = $_GET["order"];
 	unset ($prep_statement, $sql);
 
 	//pdo voicemail database connection
-//		include "includes/lib_pdo_vm.php";
+//		include "resources/pdo_vm.php";
 
 	if ($result_count > 0) {
 		foreach($result as $row) {

+ 1 - 1
voicemail_status/voicemail_prefs_delete.php

@@ -39,7 +39,7 @@ if (count($_GET)>0) {
 }
 
 //pdo voicemail database connection
-	include "includes/lib_pdo_vm.php";
+	include "resources/pdo_vm.php";
 
 //delete the data
 	if (strlen($id)>0) {