diff --git a/short/config.php b/short/config.php
index 474f025..c2fbb18 100755
--- a/short/config.php
+++ b/short/config.php
@@ -1,6 +1,6 @@
diff --git a/short/index.php b/short/index.php
index caecfea..2c12f1d 100755
--- a/short/index.php
+++ b/short/index.php
@@ -18,7 +18,7 @@ if($_POST["submit"])
{
if(isset($_POST['dest']))
{
- $myFile = $path.$random.".html";
+ $myFile = $random.".html";
$fh = fopen($myFile, 'w') or die("can't open file");
$stringData = '
@@ -36,8 +36,8 @@ Service by '.$pagepath.'
fclose($fh);
echo '
Thanks for using '.$pagetitle.'
-your Link is shorten link is available here:
-'.$pagepath.$path.$random.'
+your link is available here:
+'.$pagepath.$random.'
Back to index
Home