diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 15:09:16 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-15 15:09:16 +0000 |
commit | 75a4f15e5998cc3995da462e4aa469e86bdf54c0 (patch) | |
tree | 17c5975baddca868618cb0b833a5381cc90707d1 /central/trunk/includes | |
parent | d7367564c1cda6bedc8316302f3f848b4d411aac (diff) | |
download | instadisc-75a4f15e5998cc3995da462e4aa469e86bdf54c0.tar.gz instadisc-75a4f15e5998cc3995da462e4aa469e86bdf54c0.tar.bz2 instadisc-75a4f15e5998cc3995da462e4aa469e86bdf54c0.zip |
Central: Fixed include pathes
Refs #25
Diffstat (limited to 'central/trunk/includes')
-rw-r--r-- | central/trunk/includes/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/central/trunk/includes/db.php b/central/trunk/includes/db.php index b9f275b..cef456b 100644 --- a/central/trunk/includes/db.php +++ b/central/trunk/includes/db.php | |||
@@ -7,7 +7,7 @@ if (!extension_loaded('curl')) | |||
7 | die('Sorry, but the PHP Extension "curl" is required for InstaDisc Server and you don\'t have it installed.'); | 7 | die('Sorry, but the PHP Extension "curl" is required for InstaDisc Server and you don\'t have it installed.'); |
8 | } | 8 | } |
9 | 9 | ||
10 | if (!file_exists('config.php')) | 10 | if (!file_exists('includes/config.php')) |
11 | { | 11 | { |
12 | header('Location: install.php'); | 12 | header('Location: install.php'); |
13 | exit; | 13 | exit; |