From d1cb1ac570a5555d7916c4583f2e7bc1b69e5875 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 7 Aug 2008 12:57:33 +0000 Subject: Install site secret git-svn-id: https://code.elgg.org/elgg/trunk@1756 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index e89162533..53f7f68dd 100644 --- a/install.php +++ b/install.php @@ -27,7 +27,8 @@ * Install the database */ if (!is_db_installed()) { - run_sql_script(dirname(__FILE__) . "/engine/schema/mysql.sql"); + run_sql_script(dirname(__FILE__) . "/engine/schema/mysql.sql"); + init_site_secret(); system_message(elgg_echo("installation:success")); } -- cgit v1.2.3