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
path: root/r.php
diff options
context:
space:
mode:
Diffstat (limited to 'r.php')
-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();
}