Files
BlueLotus_XSSReceiver/load.php
firesun 03a2e79acf Version 3.3.0
添加安装脚本install.php
2016-01-28 02:19:09 +08:00

8 lines
175 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
if (file_exists('config.php')) {
require_once('config.php');
} else {
//缺少config文件转至install.php
header("Location: install.php");
exit();
}