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
/**
* autoinstallProcess.php
*

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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