/[locfinder]/locfinder/action/action.php
ViewVC logotype

Diff of /locfinder/action/action.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by yob, Thu Jan 16 06:01:21 2003 UTC revision 1.3 by yob, Thu Jan 16 08:10:20 2003 UTC
# Line 1  Line 1 
1  <?  <?
2  switch ($action) {  switch ($action) {
3        case "forgot":
4            include("action/forgot.php");
5            break;
6      case "login":      case "login":
7          include("action/login.php");          include("action/login.php");
8          break;          break;
9      case "logout":      case "logout":
10          include("action/logout.php");          include("action/logout.php");
11          break;          break;
12        case "registration":
13            include("action/registration.php");
14            break;
15      default:      default:
16          header("location:http://" . $opt_server . $opt_loc_path . "index.php");          header("location:http://" . $opt_server . $opt_loc_path . "index.php");
17    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26