FusionPBX
|
01c3ed5c48
|
Update user_imports.php for php 8.1
|
2023-05-13 17:02:48 -06:00 |
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 |
Nate
|
8d74bd6351
|
Users - Import: Fix file upload.
|
2020-10-20 13:14:34 -06:00 |
chansizzle
|
f357131e53
|
Update user_imports.php (#5357)
start data on row 2
|
2020-07-15 16:52:41 -06:00 |
FusionPBX
|
5b0ba62f54
|
Update user_imports.php
|
2020-03-06 19:44:03 -07:00 |
Nate
|
f8c74e6586
|
Multiple: Add IDs to common/default action buttons.
|
2020-03-05 10:01:09 -07:00 |
Nate
|
a2cb30ef1d
|
Users - Import: Misc consistency updates.
|
2020-02-12 10:49:55 -07:00 |
Nate
|
ab5ac47f76
|
Update user_imports.php
|
2020-01-08 13:27:07 -07:00 |
Nate
|
5b7d327189
|
User & User Settings: List view and button updates.
|
2020-01-07 11:11:50 -07:00 |
Nate
|
6e010f3d14
|
Users: Add window titles.
|
2020-01-06 10:22:13 -07:00 |
chansizzle
|
bbb0bd0670
|
Update user_imports.php (#4777)
|
2019-10-14 19:52:54 -07:00 |
FusionPBX
|
c20838b4d4
|
Update user_imports.php
|
2019-09-07 01:11:15 -06:00 |
Nate
|
cf4bc6a64e
|
Database class integration.
|
2019-07-19 15:05:18 -06:00 |
FusionPBX
|
afd8c06b7e
|
Update user_imports.php
|
2019-02-09 10:36:38 -07:00 |
FusionPBX
|
73786ec094
|
Update user_imports.php
|
2019-02-09 08:32:17 -07:00 |
FusionPBX
|
abd5f0e3c3
|
Update user_imports.php
|
2018-10-19 16:58:36 -06:00 |
FusionPBX
|
1236eddd46
|
Update user_imports.php
|
2018-10-18 19:21:32 -06:00 |
FusionPBX
|
a1aa1afce4
|
Update user_imports.php
|
2018-10-18 12:16:23 -06:00 |
FusionPBX
|
438d7eaa7a
|
Update user_imports.php
|
2018-09-28 12:51:01 -06:00 |
FusionPBX
|
da6fa034a7
|
Update user_imports.php
|
2018-09-28 12:43:58 -06:00 |
FusionPBX
|
5dc1a91d50
|
Update user_imports.php
|
2018-09-28 10:55:20 -06:00 |
FusionPBX
|
9fbd23779c
|
Update user_imports.php
|
2018-09-28 10:46:03 -06:00 |
FusionPBX
|
439bf73ad4
|
Rename app/user_imports/user_imports.php to core/users/user_imports.php
|
2018-09-28 10:44:48 -06:00 |