* * * *************************************************************************** *************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; * * * ***************************************************************************/ define( PREFIX_INCLUDE, '.' ); include_once( '../include/config.inc.php' ); include_once( '../include/user.inc.php' ); include( './include/functions.php' ); $isadmin = true; include_once( '../language/'.$user['language'].'.php' ); if ( $user['status'] != 'admin' ) { echo '
'.$lang['access_forbiden'].'
'; echo ''.$lang['ident_title'].'
'; exit(); } ?>