Files
BlueLotus_XSSReceiver/load.php

8 lines
175 B
PHP
Raw Permalink Normal View History

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