mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Missing global for Tinyboard vesion number
This commit is contained in:
parent
e897f8d19e
commit
ac92c8fb78
@ -9,7 +9,7 @@
|
|||||||
loadConfig();
|
loadConfig();
|
||||||
|
|
||||||
function loadConfig() {
|
function loadConfig() {
|
||||||
global $board, $config, $__ip, $debug;
|
global $board, $config, $__ip, $debug, $__version;
|
||||||
|
|
||||||
require 'inc/config.php';
|
require 'inc/config.php';
|
||||||
if (file_exists('inc/instance-config.php')) {
|
if (file_exists('inc/instance-config.php')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user