fix require's
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user