Explorar el Código

going a different route

is this secure though?
development
mauirixxx hace 8 años
padre
commit
0c23c70a93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php Ver fichero

@@ -11,7 +11,7 @@ if (!$result = $con->query($sql)){
die ('There was an error running the query [' . $con->error . ']');
}
# experimental stuff
if (empty($whattoon)){
if ($whattoon == ""){
echo 'Options for what to do after character selection goes here <BR />';
echo 'Character id selected is ' . $whattoon . '<BR />';
} else {


Cargando…
Cancelar
Guardar