Хранилища Subversion kbase

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

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

/trunk/init.php
14,6 → 14,7
require_once ROOT."/libs/DB.php";
require_once ROOT."/libs/core.php";
require_once ROOT."/libs/theme.php";
require_once ROOT."/libs/auth.php";
 
$dsn = array(
'phptype' => 'mysql',
36,5 → 37,6
 
$core = new Core;
$theme = new Theme;
$auth = new Auth;
 
?>