From ac92c8fb78b101389166e30a36b3674f309f2c75 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')) {