Ignore:
Timestamp:
Jun 18, 2012, 10:42:17 PM (12 years ago)
Author:
chronos
Message:
  • Modified: QueryParts renamed to Path as TListString type.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Network/CoolWeb/WebServer/UWebApp.pas

    r375 r376  
    125125begin
    126126  with HandlerData do begin
    127     if Request.QueryParts.Count > 0 then PageName := Request.QueryParts[0]
     127    if Request.Path.Count > 0 then PageName := Request.Path[0]
    128128      else PageName := '';
    129129    Page := FindByName(PageName);
Note: See TracChangeset for help on using the changeset viewer.