Changeset 28 for branches/3/events.php


Ignore:
Timestamp:
Oct 13, 2008, 8:01:02 PM (16 years ago)
Author:
maron
Message:

Přihlášení

Location:
branches/3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3

    • Property svn:ignore set to
      config.php
  • branches/3/events.php

    r27 r28  
    11<?php
    22
    3   if (array_key_exists('Email', $_POST)) {
     3  if (array_key_exists('Register', $_POST)) {
    44    $Result = $user->Register($_POST);
    5 
     5  }
     6  if (array_key_exists('Login', $_POST)) {
     7    $Result = $user->Login($_POST);
    68  }
    79
Note: See TracChangeset for help on using the changeset viewer.