aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-06 05:07:10 -0700
committerFriendika <info@friendika.com>2010-11-06 05:07:10 -0700
commit964ca0e07995de67c65c7916e1c8ce9706edb9da (patch)
tree93896483ae65bf1a1fc51e6c4974b22e973f9b08 /index.php
parentdb22a6cbe0c1f70e6f9405f662ac2fc711a99361 (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e858fcc97..6c1302486 100644
--- a/index.php
+++ b/index.php
@@ -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");