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 |
FusionPBX
|
67be72b452
|
Database save method set to false. (#6215)
* When database save set to false for app_defaults.php
|
2021-12-24 12:42:16 -07:00 |
Nate
|
1e994c4821
|
Settings: Database class integration.
|
2019-08-13 05:14:32 -06:00 |
FusionPBX
|
da0cf0a1ff
|
Update app_defaults.php
|
2016-09-08 17:27:34 -06:00 |
markjcrane
|
2107b2a1b5
|
Fix v_settings update sql command in app/settings/app_defaults.php.
|
2016-03-26 23:59:28 -06:00 |
Matthew Vale
|
4d62a36e1c
|
restructured install to go via global_settings
added new global_settings to marshal settings used during a
install/upgrade
|
2015-12-02 11:16:25 +00:00 |
Matthew Vale
|
82a31894d5
|
added event_socket_* detection change in app_defaults
|
2015-12-01 13:36:13 +00:00 |
markjcrane
|
c873ca11da
|
Remove smtp settings entirely from app/settings.
|
2015-08-03 09:41:58 -06:00 |
Mark Crane
|
770d590f38
|
Remove app_defaults.php a little more
|
2014-09-20 03:48:31 +00:00 |
Mark Crane
|
a4ceb0dc41
|
Fix the default settings for settings
|
2014-09-20 03:43:25 +00:00 |
Mark Crane
|
8a31271727
|
Add default settings
|
2014-09-20 03:32:55 +00:00 |
Mark Crane
|
5e0d82c06d
|
Unset the prepared statements used in the app_defaults.php files.
|
2014-07-23 22:00:03 +00:00 |
Mark Crane
|
17af99d5e5
|
Efficiency enhancement for upgrade and upgrade_schema by running global tasks one time rather than for each domain.
|
2012-08-14 21:59:45 +00:00 |