diff options
author | friendica <info@friendica.com> | 2012-10-19 03:36:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-19 03:36:09 -0700 |
commit | 8981da89c3426f94b8a963ffe8189a9d0400333f (patch) | |
tree | 028196fde89f34d219ac5c1cffe5a0b0f1028b39 /mod | |
parent | 2c3c933ed4cf6846c0240f576082da2deda5a25a (diff) | |
download | volse-hubzilla-8981da89c3426f94b8a963ffe8189a9d0400333f.tar.gz volse-hubzilla-8981da89c3426f94b8a963ffe8189a9d0400333f.tar.bz2 volse-hubzilla-8981da89c3426f94b8a963ffe8189a9d0400333f.zip |
don't show categories widget if there are none
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index 87a1c041a..7f6e9fc21 100755 --- a/mod/install.php +++ b/mod/install.php @@ -84,7 +84,7 @@ function install_post(&$a) { '$dbdata' => $dbdata, '$timezone' => $timezone, '$siteurl' => $siteurl, - '$site_id' => hash('whirlpool', random_string()), + '$site_id' => random_string(), '$phpath' => $phpath, '$adminmail' => $adminmail )); |