Fix log.php
This commit is contained in:
parent
ab1f4e3ca7
commit
8763b2cf40
4
log.php
4
log.php
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
include 'inc/functions.php';
|
require_once 'inc/functions.php';
|
||||||
include 'inc/mod/pages.php';
|
require_once 'inc/mod/pages.php';
|
||||||
|
|
||||||
if (!isset($_GET['board']) || !preg_match("/{$config['board_regex']}/u", $_GET['board'])) {
|
if (!isset($_GET['board']) || !preg_match("/{$config['board_regex']}/u", $_GET['board'])) {
|
||||||
http_response_code(400);
|
http_response_code(400);
|
||||||
|
|
Loading…
Reference in New Issue