~dont_cache()
~include('../config.tmpl')
~include('../updateuser.tmpl')
~if(~get('is_moderator')==0,~http_error(404))
~set('title','Administration: Purge du cache')
~include('../site/header.tmpl')
Retourner à l'admin
~uncache_include('../concours/current_quiz.tmpl')
~uncache_include('../box/pboxes.tmpl')
~uncache_include('../box/last_articles.tmpl')
~uncache_include('../front.tmpl')
~uncache('js/sidebox.js')
~delete_files("~getconf('pagecachedir')events/.*html")
Le cache a été purgé.
~include('../site/footer.tmpl')