From 2a9b40187143f3f33cf755bf9e030d9f387a2e3c Mon Sep 17 00:00:00 2001 From: Hmelex Date: Fri, 11 Jan 2019 16:39:41 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D0=B2=D1=81=D0=B5=20=D0=B1?= =?UTF-8?q?=D1=8B=D0=BB=D0=BE=20=D0=BF=D0=BE=D0=B4=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BE=20rapida.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Не все было подправлено rapida.sql --- install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.php b/install.php index ee02c015..be271515 100644 --- a/install.php +++ b/install.php @@ -215,15 +215,15 @@ function dbconfig() if(!@$mysqli->query('SET NAMES utf8')) $error = 'Не могу соединиться с базой. Проверьте логин и пароль'; - if(!is_readable('simpla.sql')) - $error = 'Файл simpla.sql не найден'; + if(!is_readable('rapida.sql')) + $error = 'Файл rapida.sql не найден'; if(!is_writable('config/config.php')) $error = 'Поставьте права на запись для файла config/config.php'; if(empty($error)) { - mysqlrestore($mysqli, 'simpla.sql'); + mysqlrestore($mysqli, 'rapida.sql'); $conf = include('config/db.php');