[#10] Adding default charset ISO-8859-1

This commit is contained in:
Xkeeper 2015-08-09 00:37:21 -07:00
parent 562a7f3379
commit dce5ec9ce6

View File

@ -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.