Хранилища Subversion ant

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

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

/trunk/lib/init.php
26,6 → 26,7
require dirname(__FILE__)."/Smarty.class.php";
require dirname(__FILE__)."/core.php";
require dirname(__FILE__)."/security.php";
require dirname(__FILE__)."/theme.php";
 
$dsn = "mysql://".$DBuser.":".$DBpass."@".$DBhost."/".$DBname;
$options = array(
42,7 → 43,7
 
$core = new Core;
$secure = new Security;
 
$theme = new Theme;
$smarty = new Smarty;
$smarty->compile_check = true;