mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Force the fax_page_size to only preset allowed values.
This commit is contained in:
@@ -310,9 +310,13 @@ if (!function_exists('fax_split_dtmf')) {
|
||||
$page_height = 14; //in
|
||||
break;
|
||||
case 'letter' :
|
||||
$page_width = 8.5; //in
|
||||
$page_height = 11; //in
|
||||
break;
|
||||
default :
|
||||
$page_width = 8.5; //in
|
||||
$page_height = 11; //in
|
||||
$fax_page_size = 'letter';
|
||||
}
|
||||
|
||||
//set resolution
|
||||
|
||||
Reference in New Issue
Block a user