// // This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. // // To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/1.0/ // // or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. // // Francais (brouillon): http://creativecommons.org/projects/international/fr/translated-license // ////////////////////////////////////////////////////////////////////////////////////////////////////// // Espace administrateur // v0.2.0 $loadClasses = array(); include_once("head.php"); if($action == "vider_cache") { clean_cache(); $err = "Cache vidé."; $_GET['inframe'] = 1; } if($_GET['err']) $err = urldecode($_GET['err']); if($err) $page = '

'.str2html($err).'

'; $page.= '

Cet espace est réservé aux administrateurs, il sert aux opérations sur les membres notamment. Pour plus d\'options de gestion des journaux et des forums, utiliser l\'espace modérateur.

Opérations techniques

'; page("Espace administrateur",$page); ?>