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
2d2c5fc06e
Add email attachment cid and mime type
2023-04-12 14:04:56 -06:00
FusionPBX
1d36ca2dc9
Preprend the settings to the email response
2023-02-17 16:58:44 -07:00
FusionPBX
c430c5c07f
Add email settings to the saved email response
2023-02-17 16:45:52 -07:00
FusionPBX
ef866e12d7
Remove code that was commented out
2023-02-17 12:59:22 -07:00
FusionPBX
97dbe7b31a
Save the email response ( #6558 )
...
* Save the email response
* use the response variable from the email class
* Rename email_debug to email_response
* Update app_languages.php
* Show the email response
* Save the email response
2023-02-17 12:47:11 -07:00
FusionPBX
7bca5305ec
Add the email error
...
Log the email error to identify what went wrong with the email.
2023-02-13 13:03:04 -07:00
FusionPBX
47c13a7270
Set update_date now() when the status is updated
2022-10-18 07:58:03 -06:00
FusionPBX
fa870da5c9
Use server DOCUMENT_ROOT variable
...
Move includes to the near the top of the page
2022-10-11 11:44:54 -06:00
markjcrane
d50bcb476a
Replace root.php
2022-10-10 16:35:14 -06:00
FusionPBX
24b9012d8c
Update email_send.php
2022-08-11 13:43:37 -06:00
FusionPBX
38541f7a2d
Add domain_uuid to the email object and remove deprecated code.
2022-05-10 20:21:20 -06:00
FusionPBX
6138c2e138
Prevent running same row from email_queue more than once per row.
2022-04-25 13:16:39 -06:00
markjcrane
133c51bfcf
Add the email_queue.
2022-04-22 13:00:38 -06:00