File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 $ uri = $ _SERVER ['REQUEST_URI ' ];
2121
2222 if ($ lgsl_config ['preloader ' ]) {
23- $ uri = $ _SERVER ['HTTP_REFERER ' ];
23+ $ uri = htmlspecialchars ( $ _SERVER ['HTTP_REFERER ' ], ENT_QUOTES , ' UTF-8 ' ) ;
2424 }
2525
2626 $ server_list = lgsl_query_group (array ("type " => $ type , "game " => $ game , "page " => $ page ));
142142 $ 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> " ;
143143//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
144144if ($ lgsl_config ['preloader ' ])
145- echo $ output ;
145+ echo $ output ;
You can’t perform that action at this time.
0 commit comments