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.
我正在为我的网站管理员制作一个功能,使其脱机。但是网站必须以某种方式可供管理员或模组访问。
我应该怎么做?
某处包括:
if($mainstance == 1){ if(strpos($_SERVER['REQUEST_URI'],'/admin/') === false) die("Site's down"); }
这将使除 /admin/ 目录之外的所有内容都无法访问。