diff --git a/dev/createurl.php b/dev/createurl.php
index 27124676b..0c88cae5c 100644
--- a/dev/createurl.php
+++ b/dev/createurl.php
@@ -24,7 +24,7 @@
";
- echo "Back";
+ echo "Back";
die();
}
$urlr = $_POST['urlr'];
@@ -36,7 +36,7 @@
foreach ($isshort as $url_shorteners) {
if(strstr($urlr, $url_shorteners)) {
echo "You entered an already shortened URL.
";
- echo "Back";
+ echo "Back";
die();
}
}