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
|
b449bef03e
|
Use preg_replace instead of escape (#6575)
Escape broke auto matching fields use preg_replace instead.
|
2023-03-10 09:54:49 -07:00 |
|
agree
|
4c29c3c4cf
|
[security] import pages xss prevention (#6553)
|
2023-02-14 15:34:53 -07:00 |
|
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
|
FusionPBX
|
e0866eba32
|
Force the value to lower case for enabled.
|
2022-06-06 18:04:06 -06:00 |
|
agree
|
2704f40512
|
fix extension import (#5419)
|
2020-08-21 12:44:42 -06:00 |
|
chansizzle
|
1407e2d214
|
Update extension_imports.php (#5356)
start data on row 2
|
2020-07-15 16:53:13 -06:00 |
|
Nate
|
029c7174b4
|
Multiple - Add IDs to common/default action buttons.
|
2020-03-05 00:05:45 -07:00 |
|
Nate
|
1cb5af1ee0
|
Extensions - Import: Misc consistency updates.
|
2020-02-12 10:48:57 -07:00 |
|
Nate
|
714319d711
|
Update extension_imports.php
|
2020-01-11 12:20:47 -07:00 |
|
Nate
|
4de20fd969
|
Extension Edit/Import/Export - Action bar, button and list updates.
|
2020-01-11 11:06:49 -07:00 |
|
Nate
|
03c2a6504a
|
Extensions: Add window titles.
|
2020-01-06 07:47:31 -07:00 |
|
chansizzle
|
5d4c02433c
|
Update extension_imports.php (#4683)
|
2019-09-27 20:50:19 -06:00 |
|
FusionPBX
|
b98aba1bb8
|
Update extension_imports.php
|
2019-08-13 00:11:31 -06:00 |
|
Nate
|
8516bc38ad
|
Extensions: Database class integration.
|
2019-08-06 19:49:59 -06:00 |
|
FusionPBX
|
130e53e3fa
|
Update extension_imports.php
|
2018-10-20 11:58:58 -06:00 |
|
FusionPBX
|
0275de7fc7
|
Update extension_imports.php
|
2018-09-28 12:50:00 -06:00 |
|
FusionPBX
|
349f7518b3
|
Update extension_imports.php
|
2018-09-28 12:47:34 -06:00 |
|
FusionPBX
|
15663fc472
|
Update extension_imports.php
|
2018-09-28 12:46:17 -06:00 |
|
FusionPBX
|
a4c9790d8a
|
Update extension_imports.php
|
2018-09-28 10:56:51 -06:00 |
|
FusionPBX
|
43598725e5
|
Update extension_imports.php
|
2018-09-28 10:48:43 -06:00 |
|
FusionPBX
|
503adcd103
|
Rename app/extension_imports/extension_imports.php to app/extensions/extension_imports.php
|
2018-09-28 10:44:09 -06:00 |
|