frytimo
|
fef8165be2
|
Frytimo pr patches for php8.1 (#6630)
* Passing null to parameter #2 ($string) of type string is deprecated
* Passing null to parameter #1 ($string) of type string is deprecated
* php 8.1 fixes
* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - replace ${var} with {$var}
* php 8.1 fixes - strlower with null
* php 8.1 fixes - strreplace with null
* php 8.1 fixes - passing null to base64_decode
* php 8.1 fixes - check for false and check for null on $this->dir
* php 8.1 fixes - remove assignment of $db variable to modules object
* php 8.1 fixes - avoid sending null to substr
* php 8.1 fixes - change ${var} to {$var}
* php 8.1 fixes - check for null before preg_replace
* php 8.1 fixes - remove setting db variable on domains object
* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null
* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available
* php 8.1 fixes
* php 8.1 fixes - correct $_POST checking syntax
* php 8.1 fixes - correct $_POST variables
* php 8.1 fixes
* Use brackets consistently
* Update user_setting_edit.php
* Change to not empty
* Update device.php
* Update text.php
---------
Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
|
2023-05-05 10:46:37 -06:00 |
Alex
|
43eb2a5b9d
|
[security] sanitize the xml (#6595)
* Update call_center_queue_edit.php
* fix typo
* Update call_flow_edit.php
* Update conference_center_edit.php
* Update conference_edit.php
* Update destination_edit.php
* Update fax.php
* Update ivr_menu_edit.php
* Update ring_group_edit.php
* Update app_defaults.php
* Update ivr_menu_copy.php
* Update destination_imports.php
* Update app_defaults.php
|
2023-03-30 12:46:36 -06:00 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
FusionPBX
|
f71d7f4d43
|
Update ivr_menu_copy.php
|
2020-12-01 12:25:25 -07:00 |
FusionPBX
|
9208a270ac
|
Update ivr_menu_copy.php
Change session context to domain_name.
|
2020-10-22 02:57:57 -06:00 |
FusionPBX
|
bb457f6b40
|
Remove the deprecated save_dialplan_xml function.
|
2020-08-14 00:16:43 -06:00 |
Nate
|
6eddeefe95
|
IVR Menus: Database class integration.
|
2019-08-09 07:06:59 -06:00 |
FusionPBX
|
f19d95d345
|
Update ivr_menu_copy.php
|
2019-02-05 18:33:50 -07:00 |
FusionPBX
|
4d0b88c442
|
Update ivr_menu_copy.php
|
2019-02-05 18:09:36 -07:00 |
markjcrane
|
a72f1d6266
|
Change messages class to message
|
2018-08-31 03:09:01 +00:00 |
Mafoo
|
3cab4401cf
|
Enhance - More messages::add updates (#2662)
convert more messages over to messsagse::add
|
2017-06-09 20:13:40 -06:00 |
FusionPBX
|
6b841bca1a
|
Update ivr_menu_copy.php
|
2016-10-23 10:44:35 -06:00 |
FusionPBX
|
20a9384433
|
Update ivr_menu_copy.php
|
2016-10-22 23:51:12 -06:00 |
FusionPBX
|
a8f6f7f697
|
Update ivr_menu_copy.php
|
2016-10-02 16:31:44 -06:00 |
markjcrane
|
7aa6574c0e
|
To be more consistent with naming convention rename app/ivr_menu to app/ivr_menus.
|
2015-08-03 09:43:15 -06:00 |