From e8183e7899cc0dc26d76a8c3e13f17dbf786d701 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 11 Oct 2011 03:00:04 +1100 Subject: [PATCH] Missing global for Tinyboard vesion number --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index be3d053c..e0163d6f 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -9,7 +9,7 @@ loadConfig(); function loadConfig() { - global $board, $config, $__ip, $debug; + global $board, $config, $__ip, $debug, $__version; require 'inc/config.php'; if (file_exists('inc/instance-config.php')) {