Changeset 279 for branches/web/UCore.pas
- Timestamp:
- Mar 5, 2010, 8:52:50 PM (15 years ago)
- Location:
- branches/web
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/web
- Property svn:ignore
-
old new 3 3 *.o 4 4 backup 5 6 5 index.cgi 7 8 6 index.compiled 9 10 7 UConfig.pas 8 bin
-
- Property svn:ignore
-
branches/web/UCore.pas
r139 r279 36 36 37 37 uses 38 pwenvvar, pwmain,SysUtils, UConfig;38 SysUtils, UConfig; 39 39 40 40 procedure RegisterPage(Name: string; Producer: TPageProducer); … … 54 54 Navigace: string; 55 55 begin 56 Navigace := CgiEnvVar.RequestURI;56 //Navigace := CgiEnvVar.RequestURI; 57 57 Result := '<?xml version="1.0" encoding="utf-8"?>' + 58 58 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">' +
Note:
See TracChangeset
for help on using the changeset viewer.