From 9c3bb2457b1d05cb0c044260cfaaaad2a9935b96 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Mar 2014 03:19:52 +0100 Subject: Fixed the path for the css file --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/index.php') 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"); -- cgit v1.2.3