|
|
@@ -124,7 +124,7 @@ class Route_UrlAction_Ant extends Route_Ant {// @doc @see Route_Ant
|
|
|
DBG::log([ 'msg'=>'$outputFunctionUrl', '$outputFunctionUrl'=>$outputFunctionUrl]);
|
|
|
$testUrl = Request::getPathUri() . "wfs-data.php/default_db/?SERVICE=WFS&VERSION=1.0.0&TYPENAME={$typeName}&SRSNAME=EPSG:3003&featureID={$objectName}.{$primaryKey}";// &REQUEST=GetFeature
|
|
|
$cryptedPass = base64_encode(User::getLogin() . ":" . Crypt::decrypt($_SESSION['ADM_PASS_HASH']));
|
|
|
- $uniqID = date("Y-m-d-H:i:s") . substr(md5(time()), 0, 6);// TODO: uniq id for every request
|
|
|
+ $uniqID = date("Y-m-d-H_i_s") . substr(md5(time()), 0, 6);// TODO: uniq id for every request
|
|
|
// $cmd = "{$this->pathUrlActions}{$path}/do_build.sh";
|
|
|
$cmd = "cd {$this->pathUrlActions}{$path} && ant -S";
|
|
|
$cmd .= " -DoutputFunctionUrl='{$outputFunctionUrl}'";
|