fusionpbx/resources/classes
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
..
event/handler WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
array_order.php Move the class files from includes to the resources directory. 2013-07-06 07:16:58 +00:00
auto_loader.php add isset($_REQUEST['debug']) before testing value for true (#6486) 2022-10-19 11:49:31 -06:00
base2n.php Create base2n.php 2023-04-23 01:05:46 -06:00
button.php Button Class: Support additional class(es). 2020-11-12 18:27:11 -07:00
cache.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
captcha.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
config.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
database.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
directory.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
domains.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
email.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
event_socket.php If no handle return false 2022-10-20 16:18:55 -06:00
events.php Replace root.php 2022-10-10 16:35:14 -06:00
file.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
google_authenticator.php Update class name FixedBitNotation to base2n 2023-04-23 02:31:44 -06:00
groups.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
logging.php Fix. Create log file only if necessary. 2015-08-12 12:44:42 +04:00
menu.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
message.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
modal.php Add indentation to improve the html output. 2020-06-24 19:14:33 -06:00
permissions.php remove debug lines in permissions (#2658) 2017-06-09 13:32:31 -06:00
ringbacks.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
schema.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
sounds.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
switch_settings.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
template.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
text.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
token.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
tones.php Misc Classes: Database class integration. 2019-09-04 06:44:50 -06:00
vcard.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
xml.php [security] prevent xml injection and executing switch api cmds (#6594) 2023-03-29 23:24:04 -06:00