ROOT: ".ROOT."
BASE: ".BASE."
";
$base = new CoreLibs\Admin\Backend(DB_CONFIG);
ob_end_flush();
if ($base->getConnectionStatus()) {
die("Cannot connect to database");
}
print "Start time: ".\CoreLibs\Debug\RunningTime::runningTime()."
";
print "HumanReadableByteFormat: ".\CoreLibs\Convert\Byte::HumanReadableByteFormat(1234567.12)."
";
print "humanReadableByteFormat: ".\CoreLibs\Convert\Byte::humanReadableByteFormat(1234567.12)."
";
print "getPageName: ". \CoreLibs\Get\System::getPageName()."
";
print "DB Info: ".$base->dbInfo(true)."
";
print "End Time: ".\CoreLibs\Debug\RunningTime::runningTime()."
";
print "Start Time: ".\CoreLibs\Debug\RunningTime::runningTime()."
";
print "Lang: ".$base->l->__getLang().", MO File: ".$base->l->__getMoFile()."
";
print "Translate test: Year -> ".$base->l->__('Year')."
";
print "End Time: ".\CoreLibs\Debug\RunningTime::runningTime()."
";
// end error print
print $base->log->printErrorMsg();
# __END__