Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 279 → Rev 280

/trunk/includes/classes/OIDplus.class.php
26,7 → 26,7
private static /*OIDplusDatabasePlugin[]*/ $dbPlugins = array();
private static /*OIDplusSqlSlangPlugin[]*/ $sqlSlangPlugins = array();
 
protected static $html = null;
protected static $html = true;
 
private function __construct() {
}
82,7 → 82,7
if (!is_dir(__DIR__.'/../../setup')) {
throw new OIDplusConfigInitializationException('File includes/config.inc.php is missing, but setup can\'t be started because its directory missing.');
} else {
if ($html) {
if (self::$html) {
header('Location:'.OIDplus::getSystemUrl().'setup/');
die('Redirecting to setup...');
} else {