From 4cf87cd1f558593fe7047440806bc6b7d32e83ee Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 2 May 2008 12:40:38 +0000 Subject: The system now uses the site GUID to get and set entity data. Also, installation is a great deal more visual. git-svn-id: https://code.elgg.org/elgg/trunk@621 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 35d4febd6..63ac69d16 100644 --- a/install.php +++ b/install.php @@ -28,12 +28,12 @@ */ if (!is_db_installed()) { run_sql_script(dirname(__FILE__) . "/engine/schema/mysql.sql"); - system_message("The Elgg database was installed."); + system_message(elgg_echo("installation:success")); } /** * Load the front page */ - echo page_draw("Installation", elgg_view("settings/system")); + echo page_draw(elgg_echo("installation:settings"), elgg_view("settings/install")); ?> \ No newline at end of file -- cgit v1.2.3