Adding define ACL_DATABASE

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4491 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-02-09 18:33:32 +00:00
parent 115037e815
commit de3d0bb193

View file

@ -26,6 +26,9 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
if (!defined('ACL_DATABASE')) {
define('ACL_DATABASE', 'default');
}
/**
* Short description for file
*