Initial groundwork to use phpdocumentor.
[squirrelmail.git] / plugins / administrator / auth.php
index f04aa69fa1467a0fa1218fd1badfc302602a2259..afbd8719e61ede224da6ad5c4d1dc7f7ec2d4890 100644 (file)
@@ -1,14 +1,19 @@
 <?php
 
 <?php
 
-/*
+/**
  *  This function tell other modules what users have access
  *  to the plugin.
  *  
  *  Philippe Mingo
  *  
  *  $Id$
  *  This function tell other modules what users have access
  *  to the plugin.
  *  
  *  Philippe Mingo
  *  
  *  $Id$
+ * @package plugins
+ * @subpackage administrator
  */
 
  */
 
+/**
+*
+*/
 function adm_check_user() {
     global $PHP_SELF;
     require_once(SM_PATH . 'functions/global.php');
 function adm_check_user() {
     global $PHP_SELF;
     require_once(SM_PATH . 'functions/global.php');