Ignore:
Timestamp:
Feb 10, 2013, 9:20:06 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Příprava na zrušení tabulek dokladů a jejich převedení na tabulky File a FinanceInvoice.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Portal/Portal.php

    r484 r486  
    151151      if($_GET['Action'] == 'Login')
    152152      {
     153        if(array_key_exists('Username', $_POST) and array_key_exists('Password', $_POST))
     154        {
    153155        $Form = new Form('UserLogin');
    154156        $Form->OnSubmit = '?Action=Login';
     
    163165            '<a href="?Action=PasswordRecovery">Obnova zapomenutého hesla</a></div>';
    164166        }
     167        } else $Output .= $this->SystemMessage('Přihlášení', 'Nezadány přihlašovací údaje');
    165168      } else
    166169      if($_GET['Action'] == 'Logout')
Note: See TracChangeset for help on using the changeset viewer.