From 75a4f15e5998cc3995da462e4aa469e86bdf54c0 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 15 Aug 2008 15:09:16 +0000 Subject: Central: Fixed include pathes Refs #25 --- central/trunk/includes/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'central/trunk/includes') 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')) die('Sorry, but the PHP Extension "curl" is required for InstaDisc Server and you don\'t have it installed.'); } -if (!file_exists('config.php')) +if (!file_exists('includes/config.php')) { header('Location: install.php'); exit; -- cgit 1.4.1