mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Clean up config juggling routines
This commit is contained in:
parent
bf5942bce5
commit
95bafb094b
4 changed files with 337 additions and 275 deletions
|
|
@ -236,8 +236,6 @@ class installController extends install
|
|||
|
||||
// Save the new configuration.
|
||||
Rhymix\Framework\Config::save();
|
||||
$buff = '<?php' . "\n" . '$db_info = ' . Rhymix\Framework\Config::serialize(Context::getDBInfo()) . ';' . "\n";
|
||||
FileHandler::writeFile(Context::getConfigFile(), $buff);
|
||||
|
||||
// Unset temporary session variables.
|
||||
unset($_SESSION['use_rewrite']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue