diff --git a/includes/inc-bottom.php b/includes/inc-bottom.php deleted file mode 100644 index e02c739..0000000 --- a/includes/inc-bottom.php +++ /dev/null @@ -1,12 +0,0 @@ - - - - diff --git a/includes/inc-top.php b/includes/inc-top.php deleted file mode 100644 index a22fa09..0000000 --- a/includes/inc-top.php +++ /dev/null @@ -1,63 +0,0 @@ - - - - -<?php echo $title ; ?> - - - - - diff --git a/index.php b/index.php deleted file mode 100644 index 410c387..0000000 --- a/index.php +++ /dev/null @@ -1,84 +0,0 @@ - - -
method='post'> -

-
-
-
- - - - -
-
- - - -
- - - - - -
method='post'> -

-
-
-
- - - - readonly> -
-
- - - -
- - - -". - "Summary:". - "

". - "". - "". - "". - "". - "
Original string".$_REQUEST['string']."
Encoded string".$output."
Password".$_REQUEST['psw']."
". - "

 

". - "Generated Links:". - "

". - "".$_SERVER['HTTP_REFERER']."?webstring=$output". - "
". - "".$_SERVER['HTTP_REFERER']."?webpwd=$_REQUEST[psw]"; - } - -} - -include "includes/inc-bottom.php"; -