Ignore:
Timestamp:
Mar 1, 2010, 9:12:44 PM (14 years ago)
Author:
george
Message:
  • Přidáno: Skript pro import ze databáze centrály.
  • Přidáno: Zprovozněno přihalšování a odhlašování uživatelů, prohlížení a změna profilu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Module/User/Controller.php

    r19 r22  
    204204        $this->System->User->Id = $this->System->UserOnline->User;
    205205        $this->System->User->LoadData();
    206         $_GET['M'] = 'Lift';
    207         $_GET['A'] = 'List';
    208         $LiftController = new LiftController($this->System);
    209         $Output .= $LiftController->Show();
     206       
     207        $_GET['M'] = $this->System->DefaultModule;
     208        unset($_GET['A']);
     209        $_GET['Panel'] = 1;
     210        $Output = $this->System->GetModuleOutput();
    210211      } catch (UserNotFoundException $E)
    211212      {
Note: See TracChangeset for help on using the changeset viewer.