about summary refs log tree commit diff stats
path: root/central/trunk/includes/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/includes/db.php')
-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;