Fix log.php

This commit is contained in:
towards-a-new-leftypol 2024-08-25 17:24:34 -04:00
parent ab1f4e3ca7
commit 8763b2cf40
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
include 'inc/functions.php';
include 'inc/mod/pages.php';
require_once 'inc/functions.php';
require_once 'inc/mod/pages.php';
if (!isset($_GET['board']) || !preg_match("/{$config['board_regex']}/u", $_GET['board'])) {
http_response_code(400);