Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fixed remote flag in foundation route configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Dec 28, 2010
1 parent af47151 commit f449142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/default/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ routes[doc/(.*)/(.*)]="documentation/documentation.php?Name=$1&Location=$2";

[login]
routes[login/]="login/login.php"
routes[login/remote]="login/login.php?Remote=$1"
routes[login/remote/]="login/login.php?Remote=1"
routes[logout/]="logout/logout.php"

routes[join/]="login/login.php"
Expand Down

0 comments on commit f449142

Please sign in to comment.