Sets mb encoding

This commit is contained in:
Christophe HENRY 2021-03-05 09:32:54 +01:00
parent ab5bba5ccd
commit f4500fbc4f
1 changed files with 3 additions and 0 deletions

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