www.gusucode.com > mcms手机网站系统 v3.1源码程序 > mcms_v3.1.0/upload/index.php

    <?php
/*
 * MCMS Copyright (c) 2012-2013 ZhangYiYeTai Inc.
 *
 *  http://www.mcms.cc
 *
 * The program developed by loyjers core architecture, individual all rights reserved,
 * if you have any questions please contact loyjers@126.com
 */

if (is_dir("install") && !file_exists("install/install.lock.php")) {
    header('Location: install/');
    die();
}
require_once(dirname(__FILE__).'/app/cms/index.php');

?>