Skip to content
Snippets Groups Projects

5534 add docker

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,6 +14,7 @@
require_once("./classes/project.class.php");
require_once("./classes/formgen.class.php");
set_time_limit(0);
// --- Checks
$oPrj = new project($aParams["prj"]);
@@ -158,7 +159,7 @@ if (!array_key_exists("confirm", $aParams)) {
$sOut.= '<div id="' . $sDivname . '"></div>'
. '<script>
var iRepeat=3000;
var iRepeat=2000;
// start build process
$.post( "' . $sUrlStartAction . '", function( data ) {
Loading