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-11-02 00:01:16 +0300
committerChaoyi Zha <summermontreal@gmail.com>2015-11-02 00:01:16 +0300
commit926a76d1eb8818c510bac880cc042a3b15af7417 (patch)
treeca53b0a75c4674c9c33b2812cc25e22fbb6f27a8
parent35d1ab9984b610b2506fb063d31823e81afcdcf2 (diff)
clarify file usage1.5.11.0-legacy
-rw-r--r--r.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/r.php b/r.php
index f2f056c..fd12253 100644
--- a/r.php
+++ b/r.php
@@ -1,10 +1,13 @@
<?php
-//Polr Redirector Core
+/*
+ Redirect to target URL.
+*/
+
require_once('lib-core.php');
if (is_string($_GET['u'])) {
$val = $mysqli->real_escape_string($_GET['u']);
} else {
- echo "Sorry. You didn't enter a string.";
+ echo "Sorry. You didn't enter a valid ending.";
die();
}