about summary refs log tree commit diff stats
path: root/central/trunk/includes
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 15:09:16 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 15:09:16 +0000
commit75a4f15e5998cc3995da462e4aa469e86bdf54c0 (patch)
tree17c5975baddca868618cb0b833a5381cc90707d1 /central/trunk/includes
parentd7367564c1cda6bedc8316302f3f848b4d411aac (diff)
downloadinstadisc-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.php2
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
10if (!file_exists('config.php')) 10if (!file_exists('includes/config.php'))
11{ 11{
12 header('Location: install.php'); 12 header('Location: install.php');
13 exit; 13 exit;