]> git.mxchange.org Git - friendica.git/commitdiff
removed some new lines to cut down number of changed files
authorAlexander Kampmann <programmer@nurfuerspam.de>
Thu, 22 Mar 2012 12:03:28 +0000 (13:03 +0100)
committerAlexander Kampmann <programmer@nurfuerspam.de>
Thu, 22 Mar 2012 12:03:28 +0000 (13:03 +0100)
boot.php
index.php
update.php

index 9fc9b7f7efb31ecf9fe79f09fed854e14a92bc09..04e16e64dc46682485026e6563dd6299c4d6957e 100755 (executable)
--- 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      );
index c82b20386394c07b90fcbe629e8ff589709768c9..139f0a38b0e1dd8f3cc56f0ae21417e841f3e2e3 100755 (executable)
--- 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) {
 
        /**
index 6231943ec3d1fbe02f4797e61bf8cd01591ceb6f..a69742a949d8337cef19b5fba88a6d97c3b8f4e9 100755 (executable)
@@ -1,6 +1,5 @@
 <?php
 
-
 define( 'UPDATE_VERSION' , 1133 );
 
 /**