CODE STYLE changes

file modified:   methods/install/autoinstallPlugins.php
                  methods/install/autoinstallProcesses.php
                  methods/install/heartbeatStatus.php
                  methods/install/install.php
                  methods/install/installServer.php
                  methods/install/newSite.php
                  methods/install/r.php
This commit is contained in:
Ralph Asendeteufrer
2012-10-18 15:31:59 -04:00
parent a10e13ab7e
commit f871252bd8
7 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

@@ -4,7 +4,6 @@ try {
G::LoadClass( 'serverConfiguration' );
$oServerConf = & serverConf::getSingleton();
/*you can use SYS_TEMP or SYS_SYS ON HEAR_BEAT_CONF to save for each workspace*/
if ($_REQUEST['status']) {
echo "ACTIVE (Thanks!)";
$oServerConf->setHeartbeatProperty( 'HB_OPTION', 1, 'HEART_BEAT_CONF' );

View File

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

View File

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

View File

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

View File

@@ -24,7 +24,6 @@ if (isset( $_GET['gen'] )) {
echo "<textarea cols=120>$h</textarea><br/>";
echo "SYSTEM_HASH<br/>";
echo "<textarea cols=120>$sh</textarea>";
$s = "<?php
define( 'PATH_DATA', '/shared/workflow_data/' );