<?php
/**
 * $Author: ykcms $
 * ============================================================================
 * 网站地址: http://www.yukuaikeji.com
 * 您只能在不用于商业目的的前提下对程序代码进行修改和使用；
 * 不允许对程序代码以任何形式任何目的的再发布。
 * ============================================================================
*/


if(!file_exists("../data/install.lock")||!file_exists("../data/confing.php")){header("location:../install/index.php");exit();}
header('location:login.php');
?>
