mirror of
https://tildegit.org/sbgodin/HtmGem.git
synced 2023-08-25 13:53:12 +02:00
Sets mb encoding
This commit is contained in:
parent
ab5bba5ccd
commit
f4500fbc4f
@ -1,5 +1,8 @@
|
||||
<?php
|
||||
|
||||
mb_internal_encoding("UTF-8");
|
||||
mb_regex_encoding("UTF-8");
|
||||
|
||||
if (isset($_REQUEST["url"]))
|
||||
$url = $_REQUEST["url"];
|
||||
elseif (isset($_SERVER["QUERY_STRING"]))
|
||||
|
Loading…
Reference in New Issue
Block a user