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
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* autoinstallProcess.php
|
* autoinstallProcess.php
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* autoinstallProcess.php
|
* autoinstallProcess.php
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ try {
|
|||||||
G::LoadClass( 'serverConfiguration' );
|
G::LoadClass( 'serverConfiguration' );
|
||||||
$oServerConf = & serverConf::getSingleton();
|
$oServerConf = & serverConf::getSingleton();
|
||||||
/*you can use SYS_TEMP or SYS_SYS ON HEAR_BEAT_CONF to save for each workspace*/
|
/*you can use SYS_TEMP or SYS_SYS ON HEAR_BEAT_CONF to save for each workspace*/
|
||||||
|
|
||||||
if ($_REQUEST['status']) {
|
if ($_REQUEST['status']) {
|
||||||
echo "ACTIVE (Thanks!)";
|
echo "ACTIVE (Thanks!)";
|
||||||
$oServerConf->setHeartbeatProperty( 'HB_OPTION', 1, 'HEART_BEAT_CONF' );
|
$oServerConf->setHeartbeatProperty( 'HB_OPTION', 1, 'HEART_BEAT_CONF' );
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* install.php
|
* install.php
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* installServer.php
|
* installServer.php
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* installServer.php
|
* installServer.php
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ if (isset( $_GET['gen'] )) {
|
|||||||
echo "<textarea cols=120>$h</textarea><br/>";
|
echo "<textarea cols=120>$h</textarea><br/>";
|
||||||
echo "SYSTEM_HASH<br/>";
|
echo "SYSTEM_HASH<br/>";
|
||||||
echo "<textarea cols=120>$sh</textarea>";
|
echo "<textarea cols=120>$sh</textarea>";
|
||||||
|
|
||||||
$s = "<?php
|
$s = "<?php
|
||||||
|
|
||||||
define( 'PATH_DATA', '/shared/workflow_data/' );
|
define( 'PATH_DATA', '/shared/workflow_data/' );
|
||||||
|
|||||||
Reference in New Issue
Block a user