Update webapp.php
This commit is contained in:
parent
fee82cecc7
commit
d306929844
|
@ -6,6 +6,8 @@
|
||||||
* @brief Compatible for legacy applications
|
* @brief Compatible for legacy applications
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
loadHelper("isemail.lnk");
|
||||||
|
|
||||||
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
||||||
|
|
||||||
// Protect GET method
|
// Protect GET method
|
||||||
|
@ -23,6 +25,9 @@ foreach($_REQUEST as $k=>$v) {
|
||||||
$_REQUEST[$k] = get_requested_value($k, "_ALL");
|
$_REQUEST[$k] = get_requested_value($k, "_ALL");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SET UTF8MB4
|
||||||
|
exec_db_query("set names utf8mb4");
|
||||||
|
|
||||||
// get routes
|
// get routes
|
||||||
$routes = read_route_all();
|
$routes = read_route_all();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user