exception 404: No controller /sitemap.xml
- CORE/init.php: 785
- CORE/init.php: 2807
- CORE/init.php: 2591
- CORE/index.php: 54
- CORE/public/index.php: 2
- CORE/init.php: 2039
2030static public function forbit_ip($ip){
2031 C67::redis()->zIncrBy('forbit_ip', 1, $ip);
2032}
2033
2034static public function valid_imei($imei){
2035 return in_array($imei, self::$invalid_imei) ? '' : $imei;
2036}
2037
2038static public function exception($ex, $status = 0){
2039 throw new Exception($ex, $status);
2040}
2041
2042}
2043
2044
2045
2046
2047
2048