Changeset 289 for branches/samba-3.3.x/source/web/swat.c
- Timestamp:
- Jun 30, 2009, 5:18:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/web/swat.c
r206 r289 175 175 } 176 176 printf("Content-type: text/html\r\n\r\n"); 177 177 DEBUG(0,("test2\n")); 178 178 if (!include_html("include/header.html")) { 179 179 printf("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">\n"); … … 1436 1436 load_printers(); 1437 1437 1438 #ifndef __OS2__ 1438 1439 cgi_setup(get_dyn_SWATDIR(), !demo_mode); 1440 #else 1441 1442 #if 0 1443 debug_set_logfile("swat.log"); // this produces a logfile in the dir where swat.exe is located. 1444 #endif 1445 1446 fstring path; 1447 fstrcpy(path, getcwd(NULL, _MAX_PATH)); 1448 fstrcat(path, "/swat"); 1449 cgi_setup(path, !demo_mode); 1450 #endif 1439 1451 1440 1452 print_header();
Note:
See TracChangeset
for help on using the changeset viewer.