diff options
author | Friendika <info@friendika.com> | 2010-11-06 05:07:10 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-06 05:07:10 -0700 |
commit | 964ca0e07995de67c65c7916e1c8ce9706edb9da (patch) | |
tree | 93896483ae65bf1a1fc51e6c4974b22e973f9b08 /index.php | |
parent | db22a6cbe0c1f70e6f9405f662ac2fc711a99361 (diff) | |
download | volse-hubzilla-964ca0e07995de67c65c7916e1c8ce9706edb9da.tar.gz volse-hubzilla-964ca0e07995de67c65c7916e1c8ce9706edb9da.tar.bz2 volse-hubzilla-964ca0e07995de67c65c7916e1c8ce9706edb9da.zip |
install messages persist, some colour coordination
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ if(isset($lang) && strlen($lang)) require_once("dba.php"); $db = new dba($db_host, $db_user, $db_pass, $db_data, $install); - unset($db_host, $db_user, $db_pass, $db_data); + unset($db_host, $db_user, $db_pass, $db_data); if(! $install) require_once("session.php"); |