Changeset 454 for trunk/server/source3/web/swat.c
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/web/swat.c
r414 r454 1437 1437 load_printers(); 1438 1438 1439 #ifndef __OS2__ 1439 1440 cgi_setup(get_dyn_SWATDIR(), !demo_mode); 1441 #else 1442 1443 #if 0 1444 debug_set_logfile("swat.log"); // this produces a logfile in the dir where swat.exe is located. 1445 #endif 1446 1447 fstring path; 1448 fstrcpy(path, getcwd(NULL, _MAX_PATH)); 1449 fstrcat(path, "/swat"); 1450 cgi_setup(path, !demo_mode); 1451 #endif 1440 1452 1441 1453 print_header();
Note:
See TracChangeset
for help on using the changeset viewer.