В xyz
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
//ini_set('max_execution_time',600);//устанавливаем время работы скрипта
|
||||
|
||||
require_once("../include/class_table.php");
|
||||
require_once("../../config.php");
|
||||
require_once("../../config.xyz");
|
||||
|
||||
try
|
||||
{ $db = new PDO($db_connection, $db_login, $db_password);
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
require_once("../include/zip.lib.php");
|
||||
require_once("../include/class_table.php");
|
||||
require_once("../../config.php");
|
||||
require_once("../../config.xyz");
|
||||
|
||||
function findFirstNode($node, $nodename)
|
||||
{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
//ini_set('max_execution_time',600);//устанавливаем время работы скрипта
|
||||
|
||||
require_once("../include/class_table.php");
|
||||
require_once("../../config.php");
|
||||
require_once("../../config.xyz");
|
||||
|
||||
try
|
||||
{ $db = new PDO($db_connection, $db_login, $db_password);
|
||||
|
||||
Reference in New Issue
Block a user