Addded pandora_version and build_version globals
This commit is contained in:
parent
fb5dd4d557
commit
fe46bb9235
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
global $config;
|
||||
global $pandora_version;
|
||||
global $build_version;
|
||||
|
||||
require_once __DIR__.'/config.php';
|
||||
|
|
Loading…
Reference in New Issue