Explorar el Código

forgot css stuff

development
mauirixxx hace 8 años
padre
commit
1bfe56cc5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gw-index.php

+ 1
- 1
gw-index.php Ver fichero

@@ -10,7 +10,7 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){
echo 'Proceed to character selection <A HREF="gw-toon.php" CLASS="navlink">here</A><BR />';
echo 'Create a new character to record <A HREF="gw-create.php" CLASS="navlink">here</A><BR />';
if ($_SESSION['access'] == 9){
echo'<BR />Hello admin, please click <A HREF="gw-admin.php">here</A> to access the admin page <BR />';
echo'<BR />Hello admin, please click <A HREF="gw-admin.php" CLASS="navlink">here</A> to access the admin page <BR />';
}
} else {
echo '<TITLE>Login Required</TITLE></HEAD><BODY>';


Cargando…
Cancelar
Guardar