Changeset 486 for trunk/Modules/Portal/Portal.php
- Timestamp:
- Feb 10, 2013, 9:20:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r484 r486 151 151 if($_GET['Action'] == 'Login') 152 152 { 153 if(array_key_exists('Username', $_POST) and array_key_exists('Password', $_POST)) 154 { 153 155 $Form = new Form('UserLogin'); 154 156 $Form->OnSubmit = '?Action=Login'; … … 163 165 '<a href="?Action=PasswordRecovery">Obnova zapomenutého hesla</a></div>'; 164 166 } 167 } else $Output .= $this->SystemMessage('Přihlášení', 'Nezadány přihlašovací údaje'); 165 168 } else 166 169 if($_GET['Action'] == 'Logout')
Note:
See TracChangeset
for help on using the changeset viewer.