[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

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

   1  <?php
   2  ###############################################################################
   3  # /admin/index.php
   4  # This is the admin index page that does nothing more that login you in.
   5  #
   6  # Copyright (C) 2000 Jason Whittenburg
   7  # jwhitten@securitygeeks.com
   8  #
   9  # This program is free software; you can redistribute it and/or
  10  # modify it under the terms of the GNU General Public License
  11  # as published by the Free Software Foundation; either version 2
  12  # of the License, or (at your option) any later version.
  13  #
  14  # This program is distributed in the hope that it will be useful,
  15  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17  # GNU General Public License for more details.
  18  #
  19  # You should have received a copy of the GNU General Public License
  20  # along with this program; if not, write to the Free Software
  21  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  22  #
  23  ###############################################################################
  24  //
  25  // $Id: index.php,v 1.9 2006/10/01 19:13:37 dhaun Exp $
  26  
  27  require_once ('../lib-common.php');
  28  
  29  // MAIN
  30  if (isset ($_GET['mode']) && ($_GET['mode'] == 'logout')) {
  31      print COM_refresh($_CONF['site_url'] . '/users.php?mode=logout');
  32  }
  33  
  34  print COM_refresh($_CONF['site_admin_url'] . '/moderation.php');
  35  
  36  ?>


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics