closes 287 : docs smtp/nntp private
authorPascal Corpet <pascal.corpet@m4x.org>
Thu, 24 Feb 2005 00:37:58 +0000 (00:37 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:15 +0000 (23:28 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-494

htdocs/docs/doc_nntp.php
htdocs/docs/doc_smtp.php

index cc3458f..3adf54b 100644 (file)
@@ -20,6 +20,6 @@
  ***************************************************************************/
 
 require_once("xorg.inc.php");
-new_skinned_page("docs/doc_nntp.tpl",AUTH_PUBLIC);
+new_skinned_page("docs/doc_nntp.tpl",AUTH_COOKIE);
 $page->run();
 ?>
index e59e45a..6ab416b 100644 (file)
@@ -20,6 +20,6 @@
  ***************************************************************************/
 
 require_once("xorg.inc.php");
-new_skinned_page("docs/doc_smtp.tpl",AUTH_PUBLIC);
+new_skinned_page("docs/doc_smtp.tpl",AUTH_COOKIE);
 $page->run();
 ?>