Ignore:
Timestamp:
Feb 4, 2009, 9:51:34 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Export překladů do českého WoW Addonu.
  • Upraveno: Export souborů se nyní ukládá samostatně do složek dle jmen uživatelů.
  • Přidáno: Zobrazování chyb dle konfigurace.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r60 r61  
    1313
    1414include('config.php');
     15include_once('error.php');
    1516include('databaseconection.php');
    1617include('global_function.php');
     
    149150
    150151if(!array_key_exists('UserID', $_SESSION)) $_SESSION['UserID'] = '';
     152if(!array_key_exists('User', $_SESSION)) $_SESSION['User'] = 'NotRegistred';
     153
    151154// Přihlášení
    152155if(array_key_exists('LoginUser', $_POST))
Note: See TracChangeset for help on using the changeset viewer.