fix require's

This commit is contained in:
h00j
2021-02-13 21:30:27 +01:00
parent e405a6c676
commit 7d855c5316
4 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<?php
include 'inc/functions.php';
require 'inc/bootstrap.php';
$global = isset($_GET['global']);
$post = (isset($_GET['post']) ? $_GET['post'] : false);
$board = (isset($_GET['board']) ? $_GET['board'] : false);