Home
last modified time | relevance | path

Searched refs:pathofwebsite (Results 1 – 14 of 14) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dwebsite2.lib.php283 dol_mkdir($pathofwebsite);
332 global $conf, $pathofwebsite;
336 dol_mkdir($pathofwebsite);
353 global $conf, $pathofwebsite;
357 dol_mkdir($pathofwebsite);
374 global $conf, $pathofwebsite;
378 dol_mkdir($pathofwebsite);
399 dol_mkdir($pathofwebsite);
420 dol_mkdir($pathofwebsite);
441 dol_mkdir($pathofwebsite);
[all …]
H A Dwebsite.lib.php917 $pathofwebsite = $dolibarr_main_data_root.'/website/'.$website->ref;
918 $filehtmlheader = $pathofwebsite.'/htmlheader.html';
919 $filecss = $pathofwebsite.'/styles.css.php';
920 $filejs = $pathofwebsite.'/javascript.js.php';
921 $filerobot = $pathofwebsite.'/robots.txt';
922 $filehtaccess = $pathofwebsite.'/.htaccess';
923 $filemanifestjson = $pathofwebsite.'/manifest.json.php';
924 $filereadme = $pathofwebsite.'/README.md';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dwebsite2.lib.php301 dol_mkdir($pathofwebsite);
350 global $conf, $pathofwebsite;
354 dol_mkdir($pathofwebsite);
372 global $conf, $pathofwebsite;
376 dol_mkdir($pathofwebsite);
394 global $conf, $pathofwebsite;
398 dol_mkdir($pathofwebsite);
420 dol_mkdir($pathofwebsite);
442 dol_mkdir($pathofwebsite);
464 dol_mkdir($pathofwebsite);
[all …]
H A Dwebsite.lib.php912 $pathofwebsite = $dolibarr_main_data_root.'/website/'.$website->ref;
913 $filehtmlheader = $pathofwebsite.'/htmlheader.html';
914 $filecss = $pathofwebsite.'/styles.css.php';
915 $filejs = $pathofwebsite.'/javascript.js.php';
916 $filerobot = $pathofwebsite.'/robots.txt';
917 $filehtaccess = $pathofwebsite.'/.htaccess';
918 $filemanifestjson = $pathofwebsite.'/manifest.json.php';
919 $filereadme = $pathofwebsite.'/README.md';
/dports/www/dolibarr/dolibarr-14.0.3/scripts/website/
H A Dregenerate-pages.php77 $pathofwebsite = $dolibarr_main_data_root.'/website/'.$websiteref; variable
81 $filealias = $pathofwebsite.'/'.$websitepage->pageurl.'.php';
82 $filetpl = $pathofwebsite.'/page'.$websitepage->id.'.tpl.php';
97 print $nbgenerated." page(s) generated into ".$pathofwebsite."\n";
H A Dmigrate-news-joomla2dolibarr.php175 $pathofwebsite = $dolibarr_main_data_root.'/website/'.$websiteref; variable
176 $filetpl = $pathofwebsite.'/page'.$pageid.'.tpl.php';
/dports/www/dolibarr13/dolibarr-13.0.5/scripts/website/
H A Dregenerate-pages.php75 $pathofwebsite = $dolibarr_main_data_root.'/website/'.$websiteref; variable
79 $filealias = $pathofwebsite.'/'.$websitepage->pageurl.'.php';
80 $filetpl = $pathofwebsite.'/page'.$websitepage->id.'.tpl.php';
95 print $nbgenerated." page(s) generated into ".$pathofwebsite."\n";
H A Dmigrate-news-joomla2dolibarr.php168 $pathofwebsite = $dolibarr_main_data_root.'/website/'.$websiteref; variable
169 $filetpl = $pathofwebsite.'/page'.$pageid.'.tpl.php';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/website/
H A Dindex.php231 $filecss = $pathofwebsite.'/styles.css.php';
233 $filerobot = $pathofwebsite.'/robots.txt';
234 $filehtaccess = $pathofwebsite.'/.htaccess';
236 $fileindex = $pathofwebsite.'/index.php';
237 $filewrapper = $pathofwebsite.'/wrapper.php';
239 $filereadme = $pathofwebsite.'/README.md';
635 dol_mkdir($pathofwebsite);
1398 dol_mkdir($pathofwebsite);
1776 dol_mkdir($pathofwebsite);
1921 $pathofwebsitenew = $pathofwebsite;
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/website/
H A Dindex.php191 $filecss = $pathofwebsite.'/styles.css.php';
193 $filerobot = $pathofwebsite.'/robots.txt';
194 $filehtaccess = $pathofwebsite.'/.htaccess';
196 $fileindex = $pathofwebsite.'/index.php';
197 $filewrapper = $pathofwebsite.'/wrapper.php';
199 $filereadme = $pathofwebsite.'/README.md';
598 dol_mkdir($pathofwebsite);
1357 dol_mkdir($pathofwebsite);
1757 dol_mkdir($pathofwebsite);
1915 $pathofwebsitenew = $pathofwebsite;
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/website/class/
H A Dwebsitepage.class.php628 $pathofwebsite = $dolibarr_main_data_root.'/website/'.$websiteobj->ref;
630 $filealias = $pathofwebsite.'/'.$this->pageurl.'.php';
631 $filetpl = $pathofwebsite.'/page'.$this->id.'.tpl.php';
H A Dwebsite.class.php618 $pathofwebsite = DOL_DATA_ROOT.'/website/'.$this->ref;
620 dol_delete_dir_recursive($pathofwebsite);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/website/class/
H A Dwebsitepage.class.php645 $pathofwebsite = $dolibarr_main_data_root.'/website/'.$websiteobj->ref;
647 $filealias = $pathofwebsite.'/'.$this->pageurl.'.php';
648 $filetpl = $pathofwebsite.'/page'.$this->id.'.tpl.php';
H A Dwebsite.class.php621 $pathofwebsite = DOL_DATA_ROOT.'/website/'.$this->ref;
623 dol_delete_dir_recursive($pathofwebsite);