Changeset 26 for branches/3/index.php


Ignore:
Timestamp:
Oct 12, 2008, 7:58:44 PM (16 years ago)
Author:
maron
Message:

Form registrace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3/index.php

    r25 r26  
    33  include('global.php');
    44  ShowHeader();
    5 
    6   echo HOME_PAGE;
    7 
     5 
     6  if (array_key_exists('user', $_GET)) $User->WriteRegistration(); else
     7    echo HOME_PAGE;
     8 
    89  ShowFoodter()
    910?>
Note: See TracChangeset for help on using the changeset viewer.