Changeset 29 for branches/3/events.php
- Timestamp:
- Oct 14, 2008, 6:18:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3/events.php
r28 r29 1 1 <?php 2 2 /***************Users's events***********************/ 3 3 if (array_key_exists('Register', $_POST)) { 4 4 $Result = $user->Register($_POST); … … 7 7 $Result = $user->Login($_POST); 8 8 } 9 if (array_key_exists('Logout', $_GET)) { 10 $Result = $user->Logout(); 11 } 9 12 13 14 /*****************Pages's events******************/ 10 15 if (array_key_exists('Action', $_GET)) { 11 16 $Action = $_GET['Action'];
Note:
See TracChangeset
for help on using the changeset viewer.