[Phpfreechat-svn] SF.net SVN: phpfreechat: [922] trunk/src/pfcglobalconfig.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-01-05 22:34:20
|
Revision: 922 http://svn.sourceforge.net/phpfreechat/?rev=922&view=rev Author: kerphi Date: 2007-01-05 14:34:20 -0800 (Fri, 05 Jan 2007) Log Message: ----------- remove data_public_path writable check Modified Paths: -------------- trunk/src/pfcglobalconfig.class.php Modified: trunk/src/pfcglobalconfig.class.php =================================================================== --- trunk/src/pfcglobalconfig.class.php 2007-01-05 22:26:55 UTC (rev 921) +++ trunk/src/pfcglobalconfig.class.php 2007-01-05 22:34:20 UTC (rev 922) @@ -337,7 +337,7 @@ $f_list["get_object_vars"] = _pfc("You need %s", "PHP 4 or PHP 5"); $this->errors = array_merge($this->errors, check_functions_exist($f_list)); - $this->errors = array_merge($this->errors, @test_writable_dir($this->data_public_path, "data_public_path")); + // $this->errors = array_merge($this->errors, @test_writable_dir($this->data_public_path, "data_public_path")); $this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path, "data_private_path")); // $this->errors = array_merge($this->errors, @install_dir($this->jspath, $this->data_public_path."/javascript")); $this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path."/cache", "data_private_path/cache")); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |