White Space core.php
removed white space on line 1 in front of <?PHP to prevent "...headers already sent by" issues (if i download it, i have no issues with it but for at least 1 person atm it affects...)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
ini_set('session.cookie_httponly', 1);
|
ini_set('session.cookie_httponly', 1);
|
||||||
ini_set('session.use_strict_mode', 1);
|
ini_set('session.use_strict_mode', 1);
|
||||||
if(in_array('sha512', hash_algos())) {
|
if(in_array('sha512', hash_algos())) {
|
||||||
@@ -502,4 +502,4 @@ $_SESSION[$rspathhex.'csrf_token'] = bin2hex(openssl_random_pseudo_bytes(32));
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user