Pauli Nieminen a533b6a5eb [[Another jumble of fixes]]
* Made some UI tweaks

* Implemented configuration interface thought php file

* Implemented database config storage for worknig values

* Optimized some sql queries

* Added build prune option to remove old builds that are similar to
  next and previous builds
2008-08-15 22:02:45 +00:00

23 lines
780 B
PHP

<?php
/*
Copyright (C) 2008 by Pauli Nieminen <paniemin@cc.hut.fi>
Part of the Battle for Wesnoth Project http://www.wesnoth.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
or at your option any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.
See the COPYING file for more details.
*/
require_once($root_dir . '/../include/Build.php');
require_once($root_dir . '/../include/Footer.php');
require_once($root_dir . '/../include/Header.php');
require_once($root_dir . '/../include/TestResult.php');
require_once($root_dir . '/../include/TestError.php');
require_once($root_dir . '/../include/Config.php');
?>