* @copyright Deakin University 2007,2008 * @package queXS * @subpackage admin * @link http://www.deakin.edu.au/dcarf/ queXS was writen for DCARF - Deakin Computer Assisted Research Facility * @license http://opensource.org/licenses/gpl-2.0.php The GNU General Public License (GPL) Version 2 */ /** * Language file */ include ("../lang.inc.php"); /** * Config file */ include ("../config.inc.php"); /** * Authentication file */ include ("auth-admin.php"); /* * XHTML file */ include ("../functions/functions.xhtml.php"); /* * Operator functions */ include ("../functions/functions.operator.php"); $username = $_SESSION['user']; $g = 0; if (isset($_GET['g'])) $g = intval($_GET['g']); ?> <?php echo T_("queXS Administration") ;?>