Merge pull request #830 from ralpheav/master

Code Style change  workflow/methods/install/
This commit is contained in:
ferOnti
2012-10-19 06:31:34 -07:00
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>';