📄 acl.ini.php
字号:
;<?php die() ?>; SVN FILE: $Id: acl.ini.php 7118 2008-06-04 20:49:29Z gwoo $;/**; * Test App Ini Based Acl Config File; *; *; * PHP versions 4 and 5; *; * CakePHP(tm) : Rapid Development Framework <http://www.cakephp.org/>; * Copyright 2005-2008, Cake Software Foundation, Inc.; * 1785 E. Sahara Avenue, Suite 490-204; * Las Vegas, Nevada 89104; *; * Licensed under The MIT License; * Redistributions of files must retain the above copyright notice.; *; * @filesource; * @copyright Copyright 2005-2008, Cake Software Foundation, Inc.; * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project; * @package cake; * @subpackage cake.app.config; * @since CakePHP(tm) v 0.10.0.1076; * @version $Revision: 7118 $; * @modifiedby $LastChangedBy: gwoo $; * @lastmodified $Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $; * @license http://www.opensource.org/licenses/mit-license.php The MIT License; */;-------------------------------------;Users;-------------------------------------[admin]groups = administratorsallow = deny = ads[paul]groups = usersallow = deny = [jenny]groups = usersallow = adsdeny = images, files[nobody]groups = anonymousallow = deny =;-------------------------------------;Groups;-------------------------------------[administrators]deny =allow = posts, comments, images, files, stats, ads[users]allow = posts, comments, images, filesdeny = stats, ads[anonymous]allow = deny = posts, comments, images, files, stats, ads
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -