Merge pull request #826 from ralpheav/master

Code Style change  workflow/engine/controllers/
This commit is contained in:
ferOnti
2012-10-18 12:43:55 -07:00
13 changed files with 1438 additions and 1484 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/' );