1
0
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:
Savetheinternet 2011-10-11 03:00:04 +11:00
parent e897f8d19e
commit ac92c8fb78

View File

@ -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')) {