maintenance.inc

来自「这是整套横扫千军3D版游戏的源码」· INC 代码 · 共 8 行

INC
8
字号
<?php
  /* Instructions: whenever you want to switch site mode to maintenance mode, 
     just rename this file to "maintenance.inc". This file is automatically loaded
     by (almost) every page on the site and a "maintenance mode" message is
     displayed in case it exists. */

  $MAINTENANCE_MODE = true;
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?