Home
last modified time | relevance | path

Searched refs:test_writable_dir (Results 1 – 3 of 3) sorted by relevance

/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php64 …$errors = array_merge($errors, @test_writable_dir($c->container_cfg_chat_dir, "container_cfg_cha…
65 …$errors = array_merge($errors, @test_writable_dir($c->container_cfg_server_dir, "container_cfg_cha…
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php827 …$this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path, "data_priv…
828 …$this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path."/cache", "…
H A Dpfctools.php227 function test_writable_dir($dir, $name = "") function