X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=111bafa4381155209952ab047423f79d0f371536;hb=583e90e3de4d707996084dc82b794f26063b7fea;hp=1b01aa64a274d282ee156707802878662ecfa36a;hpb=c2ee6c5c4f274bbf86729cacd2fe011ea71f725d;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1b01aa64a..111bafa43 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1594,6 +1594,13 @@ and customer address. Include units.', }, { + 'key' => 'disable_maxselect', + 'section' => 'UI', + 'description' => 'Prevent changing the number of records per page.', + 'type' => 'checkbox', + }, + + { 'key' => 'session-start', 'section' => 'session', 'description' => 'If defined, the command which is executed on the Freeside machine when a session begins. The contents of the file are treated as a double-quoted perl string, with the following variables available: $ip, $nasip and $nasfqdn, which are the IP address of the starting session, and the IP address and fully-qualified domain name of the NAS this session is on.',