Skip to content

Commit 45fad38

Browse files
committed
Remove $lang from install.php
1 parent d5964fb commit 45fad38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

html/install.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function test_input($data)
7171
'$DB_NAME = "' . $DB_NAMEI . '";' . "\n" .
7272
'$css_template = "summer-night";' . "\n" .
7373
'$steamapi = "https://api.steampowered.com/";' . "\n" .
74-
'$lang = "en";' . "\n" .
7574
'$register = TRUE;' . "\n" .
7675
"?>";
7776
fwrite($myfile, $write);

0 commit comments

Comments
 (0)