fix: fix various PHP problems and a few bugs
This commit is contained in:
parent
c91440af72
commit
a4b45ddaa4
34 changed files with 27 additions and 66 deletions
admin
|
@ -1,7 +1,5 @@
|
|||
<?php
|
||||
|
||||
set_magic_quotes_runtime(false);
|
||||
|
||||
session_start();
|
||||
if (!is_array($_SESSION['lw_new_game']) || $_GET['reset']) {
|
||||
$_SESSION['lw_new_game'] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue