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:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-03 16:41:55 +0400
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-03 16:41:55 +0400
commit6d8985ceb25c6423535cab986fefe77c27758970 (patch)
tree90c6adf1fae8698d4673a6c4cb11dcf3168b0e38 /index.php
parent481a37fcf3ea574ad5e22ecb57cf0161081cf230 (diff)
added infield labels. readded fade in of login button. updated label on install page.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 072f526d8f9..fb8d1922dd4 100644
--- a/index.php
+++ b/index.php
@@ -28,7 +28,7 @@ require_once('lib/base.php');
// Setup required :
$not_installed = !OC_Config::getValue('installed', false);
$install_called = (isset($_POST['install']) AND $_POST['install']=='true');
-if($not_installed OR true) {
+if($not_installed) {
OC_Util::addScript('setup');
require_once('setup.php');
exit();