mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 09:42:01 -07:00
[#10] Adding default charset ISO-8859-1
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user