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

Commit

Permalink
Temporarily disable the options routes.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Jan 8, 2011
1 parent de83912 commit e71718f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions foundations/default/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ routes[profile/(.*)/news]="profile/news.php?Username=$1"
;routes[profile/(.*)/photos/(.*)]="profile/photos/photos.php?Username=$1&Set=$2"

[option]
routes[profile/(.*)/options/]="profile/options/options.php?Username=$1"
routes[profile/(.*)/options/account/]="profile/options/account.php?Username=$1"
routes[profile/(.*)/options/profile/]="profile/options/profile.php?Username=$1"
routes[profile/(.*)/options/privacy/]="profile/options/privacy.php?Username=$1"
routes[profile/(.*)/options/services/]="profile/options/services/services.php?Username=$1"
routes[profile/(.*)/options/services/facebook/]="profile/options/services/facebook.php?Username=$1"
routes[profile/(.*)/options/services/twitter/]="profile/options/services/twitter.php?Username=$1"
;routes[profile/(.*)/options/]="profile/options/options.php?Username=$1"
;routes[profile/(.*)/options/account/]="profile/options/account.php?Username=$1"
;routes[profile/(.*)/options/profile/]="profile/options/profile.php?Username=$1"
;routes[profile/(.*)/options/privacy/]="profile/options/privacy.php?Username=$1"
;routes[profile/(.*)/options/services/]="profile/options/services/services.php?Username=$1"
;routes[profile/(.*)/options/services/facebook/]="profile/options/services/facebook.php?Username=$1"
;routes[profile/(.*)/options/services/twitter/]="profile/options/services/twitter.php?Username=$1"

[journal]
routes[profile/(.*)/journal/]="profile/journal/entries.php?Username=$1"
Expand Down

0 comments on commit e71718f

Please sign in to comment.