Merging changes into trunk

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1566 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2005-12-22 01:08:36 +00:00
parent 526e1ac450
commit e0bc1cbb28

View file

@ -93,6 +93,12 @@ define('CAKE_SESSION_SAVE', 'php');
*/
//define('CAKE_ADMIN', 'admin');
/**
* The define below is used to turn cake built webservices
* on or off. Default setting is off.
*/
define('WEBSERVICES', 'on');
/**
* Compress output CSS (removing comments, whitespace, repeating tags etc.)
* This requires a /var/cache directory to be writable by the web server (caching).