Хранилища Subversion kbase

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

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

/trunk/init.php
14,7 → 14,6
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',
37,6 → 36,5
 
$core = new Core;
$theme = new Theme;
$auth = new Auth;
 
?>
/trunk/libs/auth.php
Файл удален