Missing global for Tinyboard vesion number
This commit is contained in:
parent
4e3757e586
commit
e8183e7899
@ -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')) {
|
||||
|
Loading…
Reference in New Issue
Block a user