✏️ 正在编辑: mt.cgi
路径:
/var/softaculous/mt/mt.cgi
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/usr/bin/perl -w # Movable Type (r) Open Source (C) 2001-2013 Six Apart, Ltd. # This program is distributed under the terms of the # GNU General Public License, version 2. # # $Id$ [[perl_module_path]] use strict; use lib $ENV{MT_HOME} ? "$ENV{MT_HOME}/lib" : 'lib'; use MT::Bootstrap App => 'MT::App::CMS';
💾 保存文件
← 返回文件管理器