我的插件是在后台加入一个菜单,然后在菜单页面中实现我的功能,有两个文件:一个是主文件special.php,一个是编辑文件special_edit.php,我想在special.php文件中设置链接跳到special_edit.php文 件中,我的代码是这样写的:
<a href="admin.php?page=special/special_edit.php?id=<?php echo $spec->spec_id;?>">编辑</a>
do,id是传递的参数。
这样的话,都会提示:“You do not have sufficient permissions to access this page.”
我应该怎么解决呢?应该怎样设置呢?两个文件都是放在一个文件夹里的。 
希望高手赐教,谢谢!