Ver código fonte

remembered to add session_start this time!

development
mauirixxx 8 anos atrás
pai
commit
e5afb412bd
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      gw-create.php

+ 2
- 0
gw-create.php Ver arquivo

@@ -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>';
?>


Carregando…
Cancelar
Salvar