Removing deprecated constant ACL_FILENAME from core config

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5477 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2007-07-31 14:04:18 +00:00
parent 5cd90a787d
commit 32fef5ada3

View file

@ -147,11 +147,10 @@
*/ */
define('MAX_MD5SIZE', (5 * 1024) * 1024); define('MAX_MD5SIZE', (5 * 1024) * 1024);
/** /**
* The classname, filename, (and database) used in CakePHP's * The classname and database used in CakePHP's
* access control lists. * access control lists.
*/ */
define('ACL_CLASSNAME', 'DB_ACL'); define('ACL_CLASSNAME', 'DB_ACL');
define('ACL_FILENAME', 'db_acl');
define('ACL_DATABASE', 'default'); define('ACL_DATABASE', 'default');
/** /**
* How long to cache data if not defined * How long to cache data if not defined