Changeset 1011


Ignore:
Timestamp:
2000-03-03T16:40:50+13:00 (24 years ago)
Author:
sjboddie
Message:

tidied up w32server

Location:
trunk/gsdl/src/w32server
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/cgiwrapper.cpp

    r961 r1011  
    1212
    1313#include "gsdlconf.h"
    14 #include "gsdlhome.h"
    1514#include "recptconfig.h"
    1615
     
    509508  text_tset::const_iterator ehome = gsdlhomes.end();
    510509  while (thome != ehome) {
    511     if (!site_cfg_read (recpt, *thome, collection, maxrequests)) {
     510    // TODO: should only need to do this once now I think
     511    // gsdlsite.cfg will need to be installed along with executable
     512    //    if (!site_cfg_read (recpt, *thome, maxrequests)) {
    512513      // couldn't find the site configuration file
    513       page_errorsitecfg (*thome, collection);
    514       return 0;
    515     } else if (!main_cfg_read (recpt, *thome, collection)) {
     514    //      page_errorsitecfg (*thome, collection);
     515    //      return 0;
     516    //    } else
     517    if (!main_cfg_read (recpt, *thome, collection)) {
    516518      // couldn't find the main configuration file
    517519      page_errormaincfg (*thome, collection);
  • trunk/gsdl/src/w32server/fnord.cpp

    r902 r1011  
    2929#include "resource.h"
    3030#include "locate.h"
    31 #include "locateP.h"
    3231#include "cgiwrapper.h"
    3332#include "startbrowser.h"
     
    7776#define ENTERBUTTONY ((MAINWINDOWHEIGHT-RESTHEIGHT)+5)
    7877
    79 #define VERSIONSTRING "version 1.0"
     78#define VERSIONSTRING "version 2.12"
    8079const char versionstring[] = VERSIONSTRING;
    8180
  • trunk/gsdl/src/w32server/locate.cpp

    r902 r1011  
    11#include <windows.h>
    22#include <stdio.h>
    3 #include "locateP.h"
    43#include "locate.h"
    54#include "settings.h"
Note: See TracChangeset for help on using the changeset viewer.