From 8cbc6f01ecfd7c0baaaf1581708b791c1339c79e Mon Sep 17 00:00:00 2001 From: botanic Date: Mon, 16 Dec 2013 23:11:30 -0800 Subject: [PATCH] forgot a few ; --- code/ryzom/tools/server/ryzom_ams/www/html/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ryzom/tools/server/ryzom_ams/www/html/index.php b/code/ryzom/tools/server/ryzom_ams/www/html/index.php index e720f49ea..906935afa 100644 --- a/code/ryzom/tools/server/ryzom_ams/www/html/index.php +++ b/code/ryzom/tools/server/ryzom_ams/www/html/index.php @@ -18,8 +18,8 @@ if (!@include '../config.php') { //if config doesnt exist run setup require( 'installer/libsetup.php' ); } elseif ($_POST["function"] == "do_install") { - echo "Can't run setup while file '../is_installed' exists, please remove that file if you wish to run the install" - exit + echo "Can't run setup while file '../is_installed' exists, please remove that file if you wish to run the install"; + exit; } else { //if config exists then include it require( '../config.php' );