. */ define('JIRAFEAU_ROOT', dirname(__FILE__) . '/'); require(JIRAFEAU_ROOT . 'lib/settings.php'); require(JIRAFEAU_ROOT . 'lib/functions.php'); require(JIRAFEAU_ROOT . 'lib/lang.php'); // Read ToS template if (is_readable(JIRAFEAU_ROOT . 'lib/tos.local.txt')) { $content = file_get_contents(JIRAFEAU_ROOT . 'lib/tos.local.txt'); } else { $content = file_get_contents(JIRAFEAU_ROOT . 'lib/tos.original.txt'); } // Replace markers and print ToS require(JIRAFEAU_ROOT . 'lib/template/header.php'); echo '