Files
TwoNav/system/UseFew/local_backup.php

9 lines
137 B
PHP
Raw Permalink Normal View History

2023-04-05 16:17:28 +08:00
<?php
if(!defined('DIR')){
header('HTTP/1.1 404 Not Found');
header("status: 404 Not Found");
exit;
}else{
2023-10-04 16:30:28 +08:00
msg_tip();
2023-04-05 16:17:28 +08:00
}