Include the file containing the variables you're referencing

This commit is contained in:
Alexander van Gessel 2011-12-26 16:22:54 +01:00
parent a9e3cbad11
commit d5c5085dbb

View file

@ -89,6 +89,8 @@ function getpackage($string) {
return str_replace("wesnoth-","",$string);
}
include("config.php");
function getwescampbranch($version) {
if ($version == 'trunk') {
return $wescamptrunkversion;