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

ci-webgui task#1498 option to check public_html dir

parent 96490627
No related branches found
No related tags found
No related merge requests found
......@@ -1638,7 +1638,7 @@ class project extends base {
if (array_key_exists('haspublic', $this->_aPrjConfig["build"])
&& $this->_aPrjConfig["build"]["haspublic"][0]
){
$sReturn.='<p>DO check for docroot<p>';
// $sReturn.='<p>DO check for docroot<p>';
$sWebroot = false;
$sWebroot1 = $sTempDir . '/public_html';
$sWebroot2 = $sTempDir . '/public';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment