mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
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:
parent
526e1ac450
commit
e0bc1cbb28
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Reference in a new issue