Procházet zdrojové kódy

going a different route

is this secure though?
development
mauirixxx před 8 roky
rodič
revize
0c23c70a93
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php Zobrazit soubor

@@ -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 {


Načítá se…
Zrušit
Uložit