CODE STYLE changes

files modified:   workflow/engine/methods/install/autoinstallPlugins.php
                  workflow/engine/methods/install/autoinstallProcesses.php
                  workflow/engine/methods/install/heartbeatStatus.php
                  workflow/engine/methods/install/install.php
                  workflow/engine/methods/install/installServer.php
                  workflow/engine/methods/install/newSite.php
                  workflow/engine/methods/install/r.php
This commit is contained in:
Ralph Asendeteufrer
2012-10-19 09:05:04 -04:00
parent f871252bd8
commit c818eef187
7 changed files with 2 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
<?php <?php
/** /**
* autoinstallProcess.php * autoinstallProcess.php
* *

View File

@@ -1,5 +1,4 @@
<?php <?php
/** /**
* autoinstallProcess.php * autoinstallProcess.php
* *

View File

@@ -1,4 +1,5 @@
<?php <?php
try { try {
if (isset( $_REQUEST['status'] )) { if (isset( $_REQUEST['status'] )) {
G::LoadClass( 'serverConfiguration' ); G::LoadClass( 'serverConfiguration' );

View File

@@ -1,5 +1,4 @@
<?php <?php
/** /**
* install.php * install.php
* *

View File

@@ -1,5 +1,4 @@
<?php <?php
/** /**
* installServer.php * installServer.php
* *

View File

@@ -1,5 +1,4 @@
<?php <?php
/** /**
* installServer.php * installServer.php
* *

View File

@@ -33,6 +33,7 @@ define( 'SYSTEM_HASH', '$sh' );";
echo '<br/>'; echo '<br/>';
if (file_exists( FILE_PATHS_INSTALLED )) { if (file_exists( FILE_PATHS_INSTALLED )) {
if (@copy( FILE_PATHS_INSTALLED, FILE_PATHS_INSTALLED . '.backup' )) { if (@copy( FILE_PATHS_INSTALLED, FILE_PATHS_INSTALLED . '.backup' )) {
echo 'Backup file was created ' . FILE_PATHS_INSTALLED . '.backup<br>'; echo 'Backup file was created ' . FILE_PATHS_INSTALLED . '.backup<br>';