FusionPBX
|
32672b7472
|
Update for PHP 8.1
|
2023-05-09 17:11:55 -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 |
markjcrane
|
d50bcb476a
|
Replace root.php
|
2022-10-10 16:35:14 -06:00 |
FusionPBX
|
a8b22d04cf
|
Add button css class and styles
|
2020-06-25 07:29:09 -06:00 |
FusionPBX
|
d13b552e7f
|
Update header.php
|
2020-02-18 21:43:59 -07:00 |
FusionPBX
|
1f78ecca5e
|
Update header.php
|
2019-09-10 23:19:46 -06:00 |
FusionPBX
|
536be5bdb9
|
Update header.php
|
2019-09-04 11:20:27 -06:00 |
FusionPBX
|
6d14afffea
|
Update header.php
|
2019-09-04 11:11:04 -06:00 |
Nate
|
04c2f7a132
|
Misc: Database class integration.
|
2019-08-28 17:53:34 -06:00 |
markjcrane
|
ba095f3852
|
Additional work to improve the install, template and the menu.
|
2016-03-26 12:22:15 -06:00 |
markjcrane
|
8c33f72ed5
|
Set the default theme as the default.
|
2016-03-25 16:30:35 -06:00 |
markjcrane
|
fa081456b1
|
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
|
2016-01-17 00:01:13 -07:00 |
Nate Jones
|
283cda7aa1
|
Translate: Necessary resource mods.
|
2015-01-18 07:54:19 +00:00 |
Mark Crane
|
2ecff725d3
|
Fix the content manager show that it will display the content again
|
2014-09-01 20:23:18 +00:00 |
Mark Crane
|
6aafca34f0
|
Security enhancement for the content manager.
|
2013-09-27 03:24:09 +00:00 |
Mark Crane
|
4dd45b61b0
|
If the content manager is not installed don't require it.
|
2013-09-15 05:02:00 +00:00 |
Mark Crane
|
1da61d89e0
|
Prefix variable names in the header.php to prevent naming conflicts and unset a few more values.
|
2013-09-02 15:22:13 +00:00 |
Mark Crane
|
f267e45e67
|
Move header.php and footer.php files to the resources directory.
|
2013-07-06 06:28:29 +00:00 |