Changeset 661 for trunk/cgi-bin/IPDB.pm


Ignore:
Timestamp:
12/29/14 17:52:03 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Backmerge minor RPC fixes from /branches/stable r610

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/cgi-bin/IPDB.pm

    r660 r661  
    2525@EXPORT_OK    = qw(
    2626        %disp_alloctypes %list_alloctypes %def_custids @citylist @poplist
    27         %IPDBacl %aclmsg %rpcacl
     27        %IPDBacl %aclmsg %rpcacl $maxfcgi
    2828        $errstr
    2929        &initIPDBGlobals &connectDB &finish &checkDBSanity
     
    4040%EXPORT_TAGS    = ( ALL => [qw(
    4141                %disp_alloctypes %list_alloctypes %def_custids @citylist @poplist
    42                 %IPDBacl %aclmsg %rpcacl
     42                %IPDBacl %aclmsg %rpcacl $maxfcgi
    4343                $errstr
    4444                &initIPDBGlobals &connectDB &finish &checkDBSanity
     
    7272
    7373our %rpcacl;
     74our $maxfcgi = 3;
    7475
    7576# error reporting
Note: See TracChangeset for help on using the changeset viewer.