[ PHPXref.com ] [ Generated: Sun Jul 20 20:59:38 2008 ] [ WEBalbum 2.02 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> index.php (source)

   1  <?
   2  ########################################################################

   3  #                                                                      #

   4  # WEBalbum                                                             #

   5  # www.web-album.org                                                    #

   6  # wersja: 2.0                                                          #

   7  # Copyright (C) 2004-2005 duda                                         #

   8  #                                                                      #

   9  # WEBalbum jest rozpowszechniany na zasadach freeware.                 #

  10  # Mozna go uzywac i rozpowszechniac w niezmienionej postaci            #

  11  # bez ograniczen i bez zadnych oplat.                                  #

  12  #                                                                      #

  13  ########################################################################

  14  
  15  
  16  include_once ('inc/inc_main.php');
  17  $login_error=(isset($_GET["login_error"])) ? '?login_error='.$_GET["login_error"] : '';
  18  if ($_SESSION['system_login']=='root') {Header('Location: admin_panel.php');exit;}    
  19  if ($_SESSION['system_login']!='') {Header('Location: start.php'.$login_error);exit;}    
  20  $M='';
  21  $T=Main_header();
  22  $L=Frame1(Menu_login(),$LA[203]);
  23  $F=Main_footer();
  24  print Skeleton($M, $L, $T, $F);
  25  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]