Added full source code
This commit is contained in:
commit
33f8586698
1377 changed files with 123808 additions and 0 deletions
admin
19
admin/create.php
Normal file
19
admin/create.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
set_magic_quotes_runtime(false);
|
||||
|
||||
session_start();
|
||||
if (!is_array($_SESSION['lw_new_game']) || $_GET['reset']) {
|
||||
$_SESSION['lw_new_game'] = array(
|
||||
"step" => 1
|
||||
);
|
||||
}
|
||||
|
||||
include("cg_user_hdl_" . $_SESSION['lw_new_game']['step'] . ".inc");
|
||||
|
||||
include("cg_user_hdr.inc");
|
||||
include("cg_user_dsp_" . $_SESSION['lw_new_game']['step'] . ".inc");
|
||||
|
||||
?>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue