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