mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
[#10] Adding default charset ISO-8859-1
This commit is contained in:
parent
562a7f3379
commit
dce5ec9ce6
@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// Set this right away to hopefully prevent fuckups
|
||||||
|
ini_set("default_charset", "ISO-8859-1");
|
||||||
|
|
||||||
$startingtime = microtime(true);
|
$startingtime = microtime(true);
|
||||||
$id = filter_int($_GET['id']); // Awful old legacy thing.
|
$id = filter_int($_GET['id']); // Awful old legacy thing.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user