📄 index.php.move
字号:
<?php/*Copyright Intermesh 2004Author: Merijn Schering <mschering@intermesh.nl>Version: 1.0 Release date: 10 May 2004This program is free software; you can redistribute it and/or modify itunder the terms of the GNU General Public License as published by theFree Software Foundation; either version 2 of the License, or (at youroption) any later version.Put this file in the document root of your server and all Group-Office configured domainswill automatically work.*///load Group-Office (Change the path if necessary)require('groupoffice/Group-Office.php');//get the cms moduleif ($cms_module = $GO_MODULES->get_module('cms')){ require($cms_module['path'].'view.inc');}else{ die('<b>Fatal error:</b> Failed to get Content Management Module');}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -