Home
last modified time | relevance | path

Searched refs:sPath (Results 1 – 2 of 2) sorted by relevance

/plugin/sqlcomp/
H A Dsyntax.php236 $sPath = DOKU_INC . "data/cache/sql/";
237 if(!is_dir($sPath)) {
238 if (!@mkdir($sPath)) {
243 $filename = $sPath.md5(implode('',$dbcon));
/plugin/mantis/
H A Dsyntax.php27 private $sPath = "data/cache/mantis/"; variable in syntax_plugin_mantis