Show
Ignore:
Timestamp:
04/17/04 17:00:27 (9 years ago)
Author:
aprilp
Message:

Fixed firewall scripts to make them standard and some firewall functions

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/src/conf.c

    r43 r82  
    224224                                        sscanf(p1, "%d", &config.clienttimeout); 
    225225                                        break; 
     226                case oFWScriptsPath: 
     227                                        config.fwscripts_path = get_string(p1); 
     228                                        break; 
     229                case oFWType: 
     230                                        config.fwtype = get_string(p1); 
     231                                        break; 
    226232                                } 
    227233                        }