Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-04-17 13:09:42 +0400
committerRobin Appelman <icewind1991@gmail.com>2011-04-17 13:10:03 +0400
commitfde08b2389514121e548148a86c88ee303ae72e3 (patch)
tree3f06b133959edcfbb137fd85cba770de74338e65 /index.php
parent5f69a7c5e5067b0210c4207b588629c25cd42e33 (diff)
installer now works when using mysql
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index b8e1cb24dd5..c582cbdaace 100644
--- a/index.php
+++ b/index.php
@@ -25,6 +25,7 @@ require_once( 'lib/base.php' );
require_once( 'appconfig.php' );
require_once( 'template.php' );
+
// check if the server is correctly configured for ownCloud
$errors=OC_UTIL::checkServer();
if(count($errors)>0){