backport clear cache
[platal.git] / htdocs / acces_smtp.php
index e8711c2..ae9812f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -21,6 +21,7 @@
 
 require_once("xorg.inc.php");
 new_skinned_page('acces_smtp.tpl', AUTH_MDP);
+$page->assign('xorg_title','Polytechnique.org - Acces SMTP/NNTP');
     
 $uid  = Session::getInt('uid');
 $pass = Env::get('smtppass1');