1
0
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:
Christophe HENRY 2021-03-05 09:32:54 +01:00
parent ab5bba5ccd
commit f4500fbc4f

View File

@ -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"]))