Actualizing config file in skel folder

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3719 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
dho 2006-10-19 07:39:59 +00:00
parent 5b6eb9f59d
commit 8115129597

View file

@ -140,4 +140,5 @@
*/
define('ACL_CLASSNAME', 'DB_ACL');
define('ACL_FILENAME', 'dbacl' . DS . 'db_acl');
define('ACL_DATABASE', 'default');
?>