Changeset 29 for branches/3/events.php


Ignore:
Timestamp:
Oct 14, 2008, 6:18:40 PM (16 years ago)
Author:
maron
Message:

Odhlášení, frontend.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3/events.php

    r28 r29  
    11<?php
    2 
     2  /***************Users's events***********************/
    33  if (array_key_exists('Register', $_POST)) {
    44    $Result = $user->Register($_POST);
     
    77    $Result = $user->Login($_POST);
    88  }
     9  if (array_key_exists('Logout', $_GET)) {
     10    $Result = $user->Logout();
     11  }
    912
     13
     14  /*****************Pages's events******************/
    1015  if (array_key_exists('Action', $_GET)) {
    1116    $Action = $_GET['Action'];
Note: See TracChangeset for help on using the changeset viewer.