Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2015-09-13 20:02:18 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-09-13 20:02:18 +0300
commit763e1ff6d2d6fe694789f71e667231f60b86032b (patch)
treeca3b9680f862b78368d88d33f3b0f94e4cedc158
parentb49fb48c9d8b440e84f8dfedb9bd6efdba11ee90 (diff)
Silly comments
-rw-r--r--api.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/api.php b/api.php
index 3b1a1e2..5d429e8 100644
--- a/api.php
+++ b/api.php
@@ -171,8 +171,6 @@ if ($isexeeding) {
die('Hey, slow down! Exeeding your per minute quota. Try again in around a minute.');
}
-// API execute actions. Promised, no more checks :)
-
if ($action == "shorten") {
if (isset($_REQUEST['temp'])) {
$ist = $mysqli->real_escape_string($_REQUEST['temp']);