Zbiór zmian 881 dla trunk/eCard/eCardMVC/Platnosci/Global.asax.cs
- Data:
- 2009-11-17 15:38:24 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Global.asax.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Global.asax.cs
r880 r881 18 18 public static void RegisterRoutes(RouteCollection routes) 19 19 { 20 string link = "info.aspx"; //ConfigurationManager.AppSettings["StatusLink"];21 20 routes.IgnoreRoute("elmah.axd"); 22 21 routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); 23 22 string lang = Thread.CurrentThread.CurrentUICulture.TwoLetterISOLanguageName.ToLower(); 24 23 25 routes.MapRoute(26 "info",27 link,28 new { controller = "Platnosc", action = "Potwierdzenie" }29 );30 24 routes.MapRoute( 31 25 "eCard",
