diff --git a/index.php b/index.php index 29fc2c7..67b7d52 100644 --- a/index.php +++ b/index.php @@ -18,6 +18,20 @@
The server admin has enabled javascript. Type the name and password and click Goto Folder!
+The server admin has disabled javascript. Please type the link in the URL and replace <name> with the directory name, and <password> with the password
'; + echo 'The server admin has disabled javascript, therefore this is not dynamic. Please type the link in the URL and replace <name> with the directory name, and <password> with the password
'; echo 'The link to copy is:
'; - echo $_SERVER['HTTP_HOST']; - + echo $_SERVER['HTTP_HOST'] . "/hiddenlisting.php?folder=<name>&psk=<password>"; }