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:
authorChristopher Stanley <chris@stanleynetworks.net>2015-10-20 01:11:49 +0300
committerChristopher Stanley <chris@stanleynetworks.net>2015-10-20 01:11:49 +0300
commit19a3223b2cd89ab5078a1d74eaa6d11579d0b017 (patch)
tree39d176f15007af2efe5cfe56874ac395d7e1d4f2
parentfdb7feaa08c54c00fb21a59c478b52984707cfa8 (diff)
Update createurl.php
Added the sites current URL to the list of "Already Shortened" URLs
-rw-r--r--createurl.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/createurl.php b/createurl.php
index 86279e7..55d6c30 100644
--- a/createurl.php
+++ b/createurl.php
@@ -66,7 +66,6 @@ else {
$urlr = $mysqli->real_escape_string($urlr);
-//Add current install site to the list of already-short URL
$isshort = array('polr.me', 'polr.cf','bit.ly','is.gd','tiny.cc','adf.ly','ur1.ca','goo.gl','ow.ly','j.mp','t.co', $wsa);
foreach ($isshort as $url_shorteners) {