[Phpfreechat-svn] SF.net SVN: phpfreechat: [712] trunk/src
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-28 21:08:29
|
Revision: 712 Author: kerphi Date: 2006-08-28 14:08:22 -0700 (Mon, 28 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=712&view=rev Log Message: ----------- remove csstidy library Modified Paths: -------------- trunk/src/pfcglobalconfig.class.php Removed Paths: ------------- trunk/lib/csstidy-1.1/ Modified: trunk/src/pfcglobalconfig.class.php =================================================================== --- trunk/src/pfcglobalconfig.class.php 2006-08-28 21:06:30 UTC (rev 711) +++ trunk/src/pfcglobalconfig.class.php 2006-08-28 21:08:22 UTC (rev 712) @@ -89,8 +89,6 @@ var $server_script_url = ""; // default is calculated from 'server_script_path' var $xajaxpath = ""; // default is dirname(__FILE__)."/../lib/xajax_0.2.3"; var $jspath = ""; // default is dirname(__FILE__)."/../lib/javascript"; - var $usecsstidy = false; - var $csstidypath = ""; // default is dirname(__FILE__)."/../lib/csstidy-1.1"; var $data_private_path = ""; // default is dirname(__FILE__)."/../data/private"; var $data_public_path = ""; // default is dirname(__FILE__)."/../data/public"; var $data_public_url = ""; // default is calculated from 'data_public_path' path @@ -217,7 +215,6 @@ if ($this->title == "") $this->title = _pfc("My Chat"); if ($this->xajaxpath == "") $this->xajaxpath = dirname(__FILE__)."/../lib/xajax_0.2.3"; if ($this->jspath == "") $this->jspath = dirname(__FILE__)."/../lib/javascript"; - if ($this->csstidypath == "") $this->csstidypath = dirname(__FILE__)."/../lib/csstidy-1.1"; if (is_array($this->channels) && count($this->channels) == 0) $this->channels = array(_pfc("My room")); // first of all, check the used functions This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |