소스 검색

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 {


불러오는 중...
취소
저장