You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php |
|
|
|
/** |
|
|
|
* Created by xiaofu.qin |
|
|
|
* email: xiaofu.qin@fanraun.com |
|
|
|
* Date: 2017/3/8 |
|
|
|
* Time: 10:12 |
|
|
|
* Description: 因为这是一个文件夹,建立一个index.php来跳转,防止用户直接访问文件夹 |
|
|
|
*/
$str = <<<str
<script>
window.location.href = 'http://id.fanruan.com';
</script>
str;
echo $str;
|
|
|