1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

Update config/config.php

Удаление старых таблиц из конфига
This commit is contained in:
kpoxas 2013-02-02 15:09:26 +02:00
parent ac528e6a23
commit bca9c25b8e

View file

@ -340,10 +340,6 @@ $config['db']['table']['user_administrator'] = '___db.table.prefix___user_admin
$config['db']['table']['comment_online'] = '___db.table.prefix___comment_online';
$config['db']['table']['invite'] = '___db.table.prefix___invite';
$config['db']['table']['page'] = '___db.table.prefix___page';
$config['db']['table']['city'] = '___db.table.prefix___city';
$config['db']['table']['city_user'] = '___db.table.prefix___city_user';
$config['db']['table']['country'] = '___db.table.prefix___country';
$config['db']['table']['country_user'] = '___db.table.prefix___country_user';
$config['db']['table']['reminder'] = '___db.table.prefix___reminder';
$config['db']['table']['session'] = '___db.table.prefix___session';
$config['db']['table']['notify_task'] = '___db.table.prefix___notify_task';
@ -573,4 +569,4 @@ $config['jevix']=require(dirname(__FILE__).'/jevix.php');
return $config;
?>
?>