Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在关注这个小指南,如何设置 RBAC。本指南 我被困在这一点上:
$ cp auth.txt auth.php
这样做有什么意义?为什么我不能只制作一个 php 文件并将我的代码放在那里。这只是使用 .php 分机制作相同的文件。
所以我做了本指南中的所有事情。现在我有以下错误:未知的授权项目“阅读器”。当我尝试登录时,我得到了这个。知道吗?现在卡了几个小时。
解决它。auth.php 文件必须在数据文件夹中。并且应该有<?php ?>标签。
<?php ?>