Home
last modified time | relevance | path

Searched refs:mkdir_r (Results 1 – 4 of 4) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfctools.php140 function mkdir_r($path, $modedir = 0755) function
149 mkdir_r(dirname($path), $modedir);
236 mkdir_r($dir);
261 mkdir_r($dst_dir);
H A Dpfcglobalconfig.class.php842 mkdir_r($this->data_public_path.'/js/');
897 mkdir_r($this->data_public_path.'/themes/default');
913 mkdir_r($this->data_public_path.'/themes/'.$this->theme);
/plugin/freechat/phpfreechat/src/proxies/
H A Dlog.class.php50 if (!file_exists($logpath)) @mkdir_r($logpath);
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php106 if (!is_dir($dir)) mkdir_r($dir);
196 if (!is_dir($dir)) mkdir_r($dir);