Files
TwoNav/system/UseFew/local_backup.php
2023-10-04 16:30:28 +08:00

9 lines
137 B
PHP

<?php
if(!defined('DIR')){
header('HTTP/1.1 404 Not Found');
header("status: 404 Not Found");
exit;
}else{
msg_tip();
}