From fb57bfb4959bca2e8ad9857524e713b19769e447 Mon Sep 17 00:00:00 2001 From: Freelander Date: Tue, 1 Nov 2011 16:22:23 +0200 Subject: [PATCH] BF3: added game selection to webfront installer --- xlrstats/xlrstats/install/func-installer.php | 2 +- xlrstats/xlrstats/install/index.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/xlrstats/xlrstats/install/func-installer.php b/xlrstats/xlrstats/install/func-installer.php index a487d08..58338f5 100755 --- a/xlrstats/xlrstats/install/func-installer.php +++ b/xlrstats/xlrstats/install/func-installer.php @@ -280,7 +280,7 @@ function create_statsconfig() \$db_pass = \"$db_pass\"; \$db_db = \"$db_db\"; -// What game? (urt, cod1, coduo, cod2, cod4, codwaw, cod6, cod7, wop, smg, bfbc2, moh, homefront) +// What game? (urt, cod1, coduo, cod2, cod4, codwaw, cod6, cod7, wop, smg, bfbc2, moh, homefront, bf3) \$game = \"$game\"; \$public_ip = \"$public_ip\"; // This is the path where B3 stores the status.xml file. May be an absolute path or an URL. (Use forward slashes / only!) diff --git a/xlrstats/xlrstats/install/index.php b/xlrstats/xlrstats/install/index.php index b4ca9b3..3ebb91a 100755 --- a/xlrstats/xlrstats/install/index.php +++ b/xlrstats/xlrstats/install/index.php @@ -300,6 +300,7 @@ echo ""; - echo "What game? (urt, cod1, coduo, cod2, cod4, codwaw, cod6, cod7, wop, smg, bfbc2, moh, homefront)"; + echo "What game? (urt, cod1, coduo, cod2, cod4, codwaw, cod6, cod7, wop, smg, bfbc2, moh, homefront, bf3)"; echo ""; echo ""; echo "Public IP:";