Skip to content
Snippets Groups Projects
Commit c7aad26d authored by hahn's avatar hahn
Browse files

- footer navigation in actions was simplified

- fetch output instead of fille $sPhpOut
- ajax test No. 4
parent 1bcb18b1
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ if (array_key_exists("confirm", $aParams)) {
// im Hintergrund Prozess ankicken
if (array_key_exists("run", $aParams)) {
echo "CALL oPrj->build ...<br>";
$oPrj->build($sOutDir . "/" . $aParams["ajax"]);
echo $oPrj->build($sOutDir . "/" . $aParams["ajax"]);
die();
}
// im Hintergrund Prozess ankicken
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment