mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
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:
parent
115037e815
commit
de3d0bb193
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue