aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboot.php1
-rwxr-xr-xindex.php1
-rwxr-xr-xupdate.php1
3 files changed, 1 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 9fc9b7f7e..04e16e64d 100755
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,6 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-
define ( 'FRIENDICA_VERSION', '2.3.1288' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1133 );
diff --git a/index.php b/index.php
index c82b20386..139f0a38b 100755
--- a/index.php
+++ b/index.php
@@ -41,6 +41,7 @@ require_once("dba.php");
$db = new dba($db_host, $db_user, $db_pass, $db_data, $install);
unset($db_host, $db_user, $db_pass, $db_data);
+
if(! $install) {
/**
diff --git a/update.php b/update.php
index 6231943ec..a69742a94 100755
--- a/update.php
+++ b/update.php
@@ -1,6 +1,5 @@
<?php
-
define( 'UPDATE_VERSION' , 1133 );
/**