Changeset 26 for branches/3/index.php
- Timestamp:
- Oct 12, 2008, 7:58:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3/index.php
r25 r26 3 3 include('global.php'); 4 4 ShowHeader(); 5 6 echo HOME_PAGE; 7 5 6 if (array_key_exists('user', $_GET)) $User->WriteRegistration(); else 7 echo HOME_PAGE; 8 8 9 ShowFoodter() 9 10 ?>
Note:
See TracChangeset
for help on using the changeset viewer.