ソースを参照

going a different route

is this secure though?
development
mauirixxx 8年前
コミット
0c23c70a93
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      gw-toon.php

+ 1
- 1
gw-toon.php ファイルの表示

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


読み込み中…
キャンセル
保存