From f9aff08405fe7192c27d68e7eb0cb481ed4bfc9f Mon Sep 17 00:00:00 2001 From: "JOE-PC\\Joe" Date: Thu, 23 Mar 2017 21:31:45 +0000 Subject: [PATCH] Removed a commented out link to old gallery Fixed readme formatting. Also currently working on shorting urls too --- README.md | 6 +++--- src/u/index.php | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4426f8d..c2ad079 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Next is the configuration file, found in /u/config.php here there are a few key 'heading_text' => 'Uploading Site', ``` -#ShareX Configuration +# ShareX Configuration Next we need to setup our ShareX to use the custom uploader ``` 1. From the ShareX main application we go to Destinations > Destination Settings @@ -38,10 +38,10 @@ Next we need to setup our ShareX to use the custom uploader 6. The setup is now complete, test your uploader and it 'should' work! ``` -#Preview of the gallery page +# Preview of the gallery page ![Preview of gallery](http://jiy.io/22.40.35-07.03.17.png) -#Planned Features +# Planned Features 1. Create an option to backup your files as a zip archive (optional through config) 2. Add a way to display images on hover, so you can quickly scan through (optional through config) 3. Password login for the page as an option in the config diff --git a/src/u/index.php b/src/u/index.php index a8fc01f..f787d36 100644 --- a/src/u/index.php +++ b/src/u/index.php @@ -29,7 +29,6 @@ $ignore = Array("index.php", "js", "css", ".", "..", "gallery.php", "img", "upload.php"); $files1 = scandir("."); ?> -