Commit Graph

16 Commits

Author SHA1 Message Date
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
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
Nate f5e303aec8 Conference Controls: Modal integration. 2020-03-25 20:50:13 -06:00
Nate 029c7174b4 Multiple - Add IDs to common/default action buttons. 2020-03-05 00:05:45 -07:00
Nate 9b6c133300 Conference Profiles: List view, button, token, class updates, etc. 2020-01-15 12:21:16 -07:00
Nate 26047fe759 Conference Controls: Update class, misc on details and detail edit. 2020-01-15 11:25:18 -07:00
Nate e51ee969a0 Update conference_control_details.php 2020-01-15 10:45:01 -07:00
Nate 5d3e057371 Conference Controls - Details: List view, token, and button updates. 2020-01-15 09:35:52 -07:00
chansizzle 24226b9728 Update conference_control_details.php (#4962) 2019-12-18 20:15:23 -07:00
FusionPBX 6fd955c7f5 Update conference_control_details.php 2019-08-08 00:00:22 -06:00
Nate fd6a62cc3a Database class integration. 2019-07-06 16:37:13 -06:00
AlexanderDCrane 5ad0cbec3a Update conference_control_details.php (#4246) 2019-06-03 10:55:01 -06:00
AlexanderDCrane e889e8ae93 Update conference_control_details.php (#3398) 2018-08-31 14:36:03 -06:00
Mafoo 7bdea2c30c dos2unix (#2682)
find . -name "*.php" | xargs dos2unix
2017-06-12 22:09:36 -07:00
FusionPBX abf61c5ea2 Update conference_control_details.php 2016-10-29 00:21:05 -06:00
markjcrane 6b5bf1cb82 Add conference controls. 2016-07-17 15:12:15 -06:00