Ignore:
Timestamp:
Jun 12, 2012, 6:41:12 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Odinstalování nyní respektuje závislé moduly, které odinstaluje dříve než samotný modul.
  • Přidáno: Modul system obsahuje rozhraní pro zobrazení seznamu modulů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Modular/.htaccess

    r383 r404  
    1111RewriteCond  %{REQUEST_FILENAME}  !-f
    1212RewriteCond  %{REQUEST_FILENAME}  !-d
    13 RewriteRule   ^(.*)$ centrala/index.php?$1
    14 #RewriteRule   ^(.*)$ index.php?$1
     13#RewriteRule   ^(.*)$ centrala/index.php?$1
     14RewriteRule   ^(.*)$ dev/centrala/branches/Modular/index.php?$1
    1515
    1616# Pretty urls
Note: See TracChangeset for help on using the changeset viewer.