about summary refs log tree commit diff stats
path: root/central/trunk/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/db.php')
-rw-r--r--central/trunk/db.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/central/trunk/db.php b/central/trunk/db.php index c492722..3d70d6c 100644 --- a/central/trunk/db.php +++ b/central/trunk/db.php
@@ -2,6 +2,11 @@
2 2
3/* InstaDisc Server - A Four Island Project */ 3/* InstaDisc Server - A Four Island Project */
4 4
5if (!extension_loaded('curl'))
6{
7 die('Sorry, but the PHP Extension "curl" is required for InstaDisc Server and you don\'t have it installed.');
8}
9
5if (!file_exists('config.php')) 10if (!file_exists('config.php'))
6{ 11{
7 header('Location: install.php'); 12 header('Location: install.php');