Ignore:
Timestamp:
10/10/13 14:20:30 (11 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Cleanup on some configuration for RPC and FastCGI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/IPDB.pm

    r605 r610  
    2424@EXPORT_OK    = qw(
    2525        %disp_alloctypes %list_alloctypes %def_custids @citylist @poplist
    26         %IPDBacl %aclmsg %rpcacl
     26        %IPDBacl %aclmsg %rpcacl $maxfcgi
    2727        &initIPDBGlobals &connectDB &finish &checkDBSanity
    2828        &addMaster &touchMaster
     
    3838%EXPORT_TAGS    = ( ALL => [qw(
    3939                %disp_alloctypes %list_alloctypes %def_custids @citylist @poplist
    40                 %IPDBacl %aclmsg %rpcacl
     40                %IPDBacl %aclmsg %rpcacl $maxfcgi
    4141                &initIPDBGlobals &connectDB &finish &checkDBSanity
    4242                &addMaster &touchMaster
     
    6969
    7070our %rpcacl;
     71our $maxfcgi = 3;
    7172
    7273our $org_name = 'Example Corp';
Note: See TracChangeset for help on using the changeset viewer.