// 打开Edit.php
// 网站根目录 /var/Widget/Contents/Post/Edit.php
// 找到 if ($this->user->pass('editor', true))
if ($this->user->pass('editor', true))
// 替换为以下代码,有两处需要替换
if ($this->user->pass('contributor', true))
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
// 打开Edit.php
// 网站根目录 /var/Widget/Contents/Post/Edit.php
// 找到 if ($this->user->pass('editor', true))
if ($this->user->pass('editor', true))
// 替换为以下代码,有两处需要替换
if ($this->user->pass('contributor', true))