summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Burton <philbeansburton@gmail.com>2015-12-12 14:41:02 +0000
committerPhil Burton <philbeansburton@gmail.com>2015-12-12 14:41:02 +0000
commit5dcbc23baba2b7133439bba27f333f6003d75c3f (patch)
tree5a7d1189c3de854ec2224cffc0f4a50e29f167f4
parent9b4cb4bb11ade21b68cdc3dabb3e24be4e9d0fe2 (diff)
Fix missing / in css
-rw-r--r--config.php21
-rw-r--r--css/sprite.css2
-rw-r--r--test0
-rw-r--r--test.txt0
4 files changed, 22 insertions, 1 deletions
diff --git a/config.php b/config.php
new file mode 100644
index 0000000..1557b65
--- /dev/null
+++ b/config.php
@@ -0,0 +1,21 @@
+<?php
+ # Blaupload configuration
+ # Modify this file per your required configuration and name it config.php
+
+ # The base URL used to access the index
+ $url = "http://dev.fbeans.of.je/";
+
+ # The SHA-256 hash of the password used to access the index
+ # Set to null if you don't want the index to be password protected
+ $pass = null;
+
+ # The page title used on the logon page, (only displayed if a password is set above)
+ $logontitle = "Alice&#39;s private uploader";
+
+ # A file to be included at the top of the page
+ # For example an HTML form to upload files
+ $headerfile = "upload.html";
+
+ # An array of filenames to omit from the index
+ $indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html");
+?>
diff --git a/css/sprite.css b/css/sprite.css
index 51f007e..c594663 100644
--- a/css/sprite.css
+++ b/css/sprite.css
@@ -2,7 +2,7 @@
.icon {
display: inline-block;
- background: url('images/sprite.gif') no-repeat;
+ background: url('/images/sprite.gif') no-repeat;
overflow: hidden;
text-indent: -9999px;
text-align: left;
diff --git a/test b/test
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test
diff --git a/test.txt b/test.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test.txt