File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
$ uri = $ _SERVER ['REQUEST_URI ' ];
21
21
22
22
if ($ lgsl_config ['preloader ' ]) {
23
- $ uri = $ _SERVER ['HTTP_REFERER ' ];
23
+ $ uri = htmlspecialchars ( $ _SERVER ['HTTP_REFERER ' ], ENT_QUOTES , ' UTF-8 ' ) ;
24
24
}
25
25
26
26
$ server_list = lgsl_query_group (array ("type " => $ type , "game " => $ game , "page " => $ page ));
142
142
$ output .= "<div style='text-align:center; font-family:tahoma; font-size:9px; padding: 33px 0 11px 0;'><a href='https://github.com/tltneon/lgsl' style='text-decoration:none'> " .lgsl_version ()."</a></div> " ;
143
143
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
144
144
if ($ lgsl_config ['preloader ' ])
145
- echo $ output ;
145
+ echo $ output ;
You can’t perform that action at this time.
0 commit comments