summaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authorroot2014-03-12 03:19:52 +0100
committerroot2014-03-12 03:19:52 +0100
commit9c3bb2457b1d05cb0c044260cfaaaad2a9935b96 (patch)
tree5e9e7a72443d858751f005dcab29424975ab474f /www/index.php
parent0f696dd3eed81e6223d9a5369265ea23cca2bfd1 (diff)
downloadfiles.iamfabulous.de-9c3bb2457b1d05cb0c044260cfaaaad2a9935b96.tar.gz
Fixed the path for the css file
Diffstat (limited to 'www/index.php')
-rw-r--r--www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php
index 1f6a38a..2e28073 100644
--- a/www/index.php
+++ b/www/index.php
@@ -2,7 +2,7 @@
session_start();
-require_once("functions.php");
+require_once("include.php"); // handles all the stuff that needs to be included
$db = new SQLite3("../database/sqlite.db");