Explorar el Código

remembered to add session_start this time!

development
mauirixxx hace 8 años
padre
commit
e5afb412bd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      gw-create.php

+ 2
- 0
gw-create.php Ver fichero

@@ -5,6 +5,8 @@
</HEAD>
<BODY>
<?php
session_start();
$userid = $_SESSION['userid'];
echo '<CENTER>Character creation isn\'t enabled yet!<BR />';
echo 'Return to <A HREF="gw-index.php">home</A>.</CENTER>';
?>


Cargando…
Cancelar
Guardar