Skip to content

Commit

Permalink
BF3: added game selection to webfront installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Freelander committed Nov 1, 2011
1 parent 554b2bd commit fb57bfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xlrstats/xlrstats/install/func-installer.php
Expand Up @@ -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!)
Expand Down
3 changes: 2 additions & 1 deletion xlrstats/xlrstats/install/index.php
Expand Up @@ -300,6 +300,7 @@
echo "<td><label>";
echo "<select name=\"game\" id=\"game\">";
echo "<option value=\"bfbc2\">Battlefield Bad Company 2</option>";
echo "<option value=\"bf3\">Battlefield 3</option>";
echo "<option value=\"cod1\">Call of Duty</option>";
echo "<option value=\"coduo\">Call of Duty UO</option>";
echo "<option value=\"cod2\">Call of Duty 2</option>";
Expand All @@ -314,7 +315,7 @@
echo "<option value=\"wop\">World of Padman</option>";
echo "</select>";
echo "</label></td>";
echo "<td class=\"fontSmall\">What game? (urt, cod1, coduo, cod2, cod4, codwaw, cod6, cod7, wop, smg, bfbc2, moh, homefront)</td>";
echo "<td class=\"fontSmall\">What game? (urt, cod1, coduo, cod2, cod4, codwaw, cod6, cod7, wop, smg, bfbc2, moh, homefront, bf3)</td>";
echo "</tr>";
echo "<tr>";
echo "<td><strong class=\"fontNormal\">Public IP:</strong></td>";
Expand Down

0 comments on commit fb57bfb

Please sign in to comment.