Update DB classes to use new config format

This commit is contained in:
Kijin Sung 2016-02-05 14:46:55 +09:00
parent 6876eac464
commit e28856bfbb
9 changed files with 70 additions and 88 deletions

View file

@ -57,8 +57,8 @@ class installView extends install
}
else
{
header("location: ./");
exit;
$this->setRedirectUrl(RX_BASEURL);
return new Object();
}
}
}