* * author : Pierrick LE GALL * * * * $Id$ * * *************************************************************************** *************************************************************************** * * * 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; * * * ***************************************************************************/ include( './admin/include/functions.php' ); $isadmin = true; include_once( './language/'.$user['language'].'/lang_admin.php' ); if ( $user['status'] != 'admin' ) { echo '
'.$lang['access_forbiden'].'
'; echo ''.$lang['ident_title'].'
'; exit(); } ?>