diff --git a/src/Auth/TinyAuthorize.php b/src/Auth/TinyAuthorize.php index 0d3d409f..b3b907f4 100644 --- a/src/Auth/TinyAuthorize.php +++ b/src/Auth/TinyAuthorize.php @@ -13,7 +13,7 @@ define('AUTH_CACHE', '_cake_core_'); // use the most persistent cache by default } if (!defined('ACL_FILE')) { - define('ACL_FILE', 'acl.ini'); // stored in /app/Config/ by default + define('ACL_FILE', 'acl.ini'); // stored in /config/ by default } /**