/[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.5 by yob, Sun Jan 19 14:15:15 2003 UTC revision 1.6 by yob, Fri Jan 24 12:52:15 2003 UTC
# Line 1  Line 1 
1  <?  <?
2  switch ($action) {  switch ($action) {
3      case "account":      case "account":
4      include("action/account.php");          include("action/account.php");
5      break;          break;
6      case "confirm":      case "confirm":
7      include("action/confirm.php");          include("action/confirm.php");
8      break;          break;
9      case "create":      case "create":
10      include("action/create.php");          include("action/create.php");
11      break;          break;
12        case "delete":
13            include("action/delete.php");
14            break;
15      case "edit":      case "edit":
16      include("action/edit.php");          include("action/edit.php");
17      break;          break;
18      case "forgot":      case "forgot":
19      include("action/forgot.php");          include("action/forgot.php");
20      break;          break;
21      case "interfaces":      case "interfaces":
22      include("action/interfaces.php");          include("action/interfaces.php");
23      break;          break;
24      case "links":      case "links":
25      include("action/links.php");          include("action/links.php");
26      break;          break;
27      case "login":      case "login":
28      include("action/login.php");          include("action/login.php");
29      break;          break;
30      case "logout":      case "logout":
31      include("action/logout.php");          include("action/logout.php");
32      break;          break;
33      case "password":      case "password":
34      include("action/password.php");          include("action/password.php");
35      break;          break;
36      case "registration":      case "registration":
37      include("action/registration.php");          include("action/registration.php");
38      break;          break;
39      case "reset":      case "reset":
40      include("action/reset.php");          include("action/reset.php");
41      break;          break;
42      case "services":      case "services":
43      include("action/services.php");          include("action/services.php");
44      break;          break;
45      default:      default:
46      header("location:http://" . $opt_server . $opt_loc_path . "index.php");          header("location:http://" . $opt_server . $opt_loc_path . "index.php");
47    
48  }  }
49  ?>  ?>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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