Various tweaks

This commit is contained in:
Kai Hendry
2012-01-28 13:29:27 +08:00
parent ea17dad6a4
commit 7dcafe5abd
5 changed files with 20 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
<?php
header('Content-type: application/json');
if (empty($_GET['q'])) { die(); }
$QUERY=urldecode(escapeshellarg(urlencode($_GET['q'])));
//$fp = fopen('debug.log', 'a');