Browse Source

Missing global for Tinyboard vesion number

pull/40/head
Savetheinternet 13 years ago
parent
commit
e8183e7899
  1. 2
      inc/functions.php

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

Loading…
Cancel
Save