*
* @package UserGUI
*
*/
include(dirname(dirname(__FILE__)) . "/config/_config.php");
require_once("UserAPI.php");
debug(4,"\n----------------------------------TOU.PHP------------------------\n");
?>
lang_index"?>">
lang_index"?>">
'.( isset(Config::$APPEARANCE['MOTD']) ? Config::$APPEARANCE['MOTD'] : ' ' ).'';
print '';
print '';
include("user/tou.php");
print '
';
// this variable gets set during "make distribution" only
$RELEASE = "THERELEASE";
echo "".Config::$APPEARANCE['productname']." - ";
if ($RELEASE != "THERELEASE")
echo sprintf(_("Release %s"), $RELEASE);
else
echo _("Unreleased SVN Revision");
echo " © 2011-13 DANTE Ltd. on behalf of the GN3 and GN3plus consortia";?>