Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 362 → Редакция 363

/branches/ant-ng/init.php
16,7 → 16,7
 
require_once ROOT."/lib/config.php";
require_once ROOT."/lib/DB.php";
require_once ROOT."/lib/Smarty.class.php";
//require_once ROOT."/lib/Smarty.class.php";
require_once ROOT."/lib/core.php";
require_once ROOT."/lib/security.php";
 
45,6 → 45,6
 
$secure = new Security();
$core = new Core($db, PREFIX, $secure, $cookie);
$smarty = new Smarty();
$smarty = new Smarty(); // TODO Вместо Smarty лучше написать свой очень простой шаблонизатор - монстра использовать не целесообразно
 
?>