[ Index ]
 

Code source de Horde 3.1.3

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/admin/perms/ -> index.php (source)

   1  <?php
   2  /**
   3   * $Horde: horde/admin/perms/index.php,v 1.10.10.3 2006/01/01 21:28:05 jan Exp $
   4   *
   5   * Copyright 1999-2006 Chuck Hagenbuch <chuck@horde.org>
   6   * Copyright 2005-2006 Jan Schneider <jan@horde.org>
   7   *
   8   * See the enclosed file COPYING for license information (LGPL). If you did
   9   * not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  10   */
  11  
  12  @define('HORDE_BASE', dirname(__FILE__) . '/../..');
  13  require_once  HORDE_BASE . '/lib/base.php';
  14  require_once  'Horde/Menu.php';
  15  
  16  if (!Auth::isAdmin()) {
  17      Horde::authenticationFailureRedirect();
  18  }
  19  
  20  $perm_id = Util::getFormData('perm_id');
  21  
  22  $title = _("Permissions Administration");
  23  require  HORDE_TEMPLATES . '/common-header.inc';
  24  require  HORDE_TEMPLATES . '/admin/common-header.inc';
  25  $notification->notify(array('listeners' => 'status'));
  26  
  27  require_once 'Horde/Perms/UI.php';
  28  $ui = &new Perms_UI($perms);
  29  $ui->renderTree($perm_id);
  30  
  31  require  HORDE_TEMPLATES . '/common-footer.inc';


Généré le : Sun Feb 25 18:01:28 2007 par Balluche grâce à PHPXref 0.7