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:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* autoinstallProcess.php
|
||||
*
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* autoinstallProcess.php
|
||||
*
|
||||
|
||||
@@ -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' );
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* install.php
|
||||
*
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* installServer.php
|
||||
*
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* installServer.php
|
||||
*
|
||||
|
||||
@@ -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/' );
|
||||
|
||||
Reference in New Issue
Block a user