mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
Missing global for Tinyboard vesion number
This commit is contained in:
parent
e897f8d19e
commit
ac92c8fb78
@ -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…
x
Reference in New Issue
Block a user