FusionPBX
4dbd4e10a3
Add missing default settings
2023-10-11 17:27:11 -06:00
FusionPBX
76404a03da
Clear the $array variable before its used again
2023-10-11 16:57:50 -06:00
FusionPBX
7ab357380b
simplify the while statement
2023-09-27 23:30:18 -06:00
FusionPBX
bf8c6f8078
Simplify event_socket code
2023-09-27 23:23:56 -06:00
FusionPBX
4d1194828d
Simplify the permissions class
2023-09-21 12:07:32 -06:00
frytimo
9a982edc2e
update the settings set method to use params instead of array ( #6804 )
...
* update the settings set method to use params instead of array
* remove test code
2023-09-20 17:59:37 -06:00
fusionate
518c32efe6
Misc: Mitigate PHP 8.1 warnings.
2023-09-20 20:49:27 +00:00
fusionate
d9d17a6917
Misc: Remove parameters from event_socket_create() calls.
2023-09-20 18:43:17 +00:00
FusionPBX
169bf8788a
Update code using the settings class
2023-09-19 12:56:08 -06:00
FusionPBX
4b9ff10eef
Update email.php
2023-09-19 12:22:00 -06:00
FusionPBX
7f2934ff24
Use !empty when using the setting->get method
2023-09-19 12:17:04 -06:00
FusionPBX
0931324d13
Update email class to use the settings class
2023-09-19 12:14:58 -06:00
FusionPBX
bf47bbcc47
Event Socket settings auto defaults or custom using config.conf
2023-09-16 15:07:41 -06:00
FusionPBX
bc9e5abaf8
Update directory.php
2023-09-16 02:19:29 -06:00
FusionPBX
c6d966395e
Use settings class for app_defaults.php
2023-09-16 00:22:12 -06:00
FusionPBX
3f4c4702c5
Add set method to the settings class
2023-09-14 15:43:52 -06:00
FusionPBX
f6b92fc565
Bypass permission check for command line
2023-09-14 15:42:56 -06:00
FusionPBX
e5f6c3067a
settings class use get and refine further
2023-09-14 12:28:38 -06:00
FusionPBX
0ec6ed696c
Create a new settings class
2023-09-13 09:46:52 -06:00
FusionPBX
11df74853a
Change variable from permission to permission_name
2023-09-11 11:54:36 -06:00
FusionPBX
2c5724c6ed
Add new class methods and use them
2023-09-11 01:45:19 -06:00
FusionPBX
40a7ed7b15
xml sanitize allow $1 and $2
...
Continue to remove any ${variables} in this format
2023-08-30 12:50:08 -06:00
FusionPBX
988e2490c5
Set the switch session variable tusing the name
...
To be consistent the $_SESSION['switch'] variables currently require the name. Without this switch session variables are inconsistent.
This inconsistently caused a problem with creating the recording directory for new domains.
2023-08-28 15:07:31 -06:00
FusionPBX
4eb7fdf007
Update default and domain setting session array
...
In the "domains" class upgrade method, only set the value when either "default_setting_enabled" is true or "domain_setting_enabled" is equal to true.
2023-08-28 14:45:39 -06:00
FusionPBX
4ed611a187
When the toggle field and values are empty then use defaults
2023-08-15 21:37:05 -06:00
FusionPBX
4bf775897e
Replace GLOB_BRACE as its not supported by all systems.
2023-08-14 11:27:40 -06:00
fusionate
1bc941e244
Menu [Class]: Reslove PHP 8.1 warning on mobile devices.
2023-07-11 20:26:38 +00:00
FusionPBX
e3cfa0d1da
Prevent more PHP 8.1 warnings
2023-07-10 18:33:18 -06:00
fusionate
9ae6c12cbb
Cache [Class]: Resolve PHP 8.1 warning on cache() method.
2023-07-07 19:41:48 +00:00
fusionate
ceb0637c83
Database [Class]: Update for PHP 8.1
2023-07-05 23:12:00 +00:00
FusionPBX
ec04006971
Change the scope of the database variables
2023-06-28 15:29:28 -06:00
markjcrane
b6c521d787
Define the db_sslmode variable
2023-06-24 09:48:27 -06:00
markjcrane
97e0d93400
Set the values in the config class
2023-06-24 09:39:04 -06:00
FusionPBX
fd0e30bdb7
Update config class add config.conf
2023-06-22 10:09:14 -06:00
FusionPBX
bcf7cbaad2
Save database errors to the message variable
2023-06-19 16:08:54 -06:00
markjcrane
1452bde1ac
Update the database class to find the require.php
2023-06-17 22:29:15 -06:00
markjcrane
c92872ab8f
Use require instead of require_once on require.php
2023-06-17 09:11:32 -06:00
markjcrane
d6cb17e5b9
Fix a PHP 8.1 error
2023-06-17 09:08:25 -06:00
markjcrane
32051873be
Use __dir__ to find resources/require.php
2023-06-16 22:49:09 -06:00
frytimo
d7bbcd89f5
Use magic constant dir ( #6711 )
...
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__
* use magic constant __DIR__ to load only functions.php
* replace spaces with tab character
* update dirname command to use levels instead of nesting
* use magic constant __DIR__
* update dirname command to use levels instead of nesting
* Update access_control_edit.php
* Update access_control_import.php
* Update access_controls.php
* Update dnd.php
* Update access_controls_reload.php
* Update call_center_agents.php
* Update call_center_agents.php
* Update fax_queue.php
* Update login.php
* Update pdo.php
* Update pdo_vm.php
* Update switch.php
* Update index.php
* Update css.php
* Update v_mailto.php
* Update fax_to_email.php
---------
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-06-15 11:28:23 -06:00
fusionate
8b982dd6e3
Database [Class]: Modify copy() method to support enable and description fields without the table name.
2023-06-09 19:42:10 +00:00
FusionPBX
473033257a
Exclude switch default settings.
...
This category is causing errors and is not needed for this code.
2023-06-07 11:43:15 -06:00
markjcrane
b75b0f63e6
Initialize the array before using them
2023-06-06 23:37:09 -06:00
fusionate
8d51e9d948
Menu [Class]: Updates for PHP 8.1
2023-06-06 22:27:16 +00:00
fusionate
addae78ac8
Groups [Class]: Updates for PHP 8.1
2023-06-06 22:12:29 +00:00
fusionate
8e9f28a5e0
Domains [Class]: Updates for PHP 8.1
2023-06-06 21:43:50 +00:00
Alex
f86abd84c4
Fixed call recording download and call center show all ( #6745 )
2023-06-06 10:14:15 -06:00
FusionPBX
f5f3ef680e
Set session variables from default settings switch category
2023-06-03 13:43:37 -06:00
Alex
42ecba0214
voicemail edit, log viewer, and sip status php 8.1 changes ( #6738 )
...
* Update voicemail_edit.php
* Update sip_status.php
* Update message.php
* Update log_viewer.php
* Update log_viewer.php
* Update sip_status.php
2023-06-02 14:53:23 -06:00
Alex
d6b73cf296
more php 8.1 changes ( #6734 )
...
* Update ivr_menu_edit.php
* Update ringbacks.php
* Update call_block_edit.php
* Update call_broadcast.php
* Update call_broadcast_edit.php
* Update call_center_queue_edit.php
* Update call_center_queue_edit.php
* Update call_center_agent_status.php
* Update call_center_queue_edit.php
* Update call_center_agent_edit.php
* Update call_center_queues.php
* Update call_flow_edit.php
* Update call_broadcast.php
* Update call_forward.php
* Update call_broadcast_send.php
* Update conference_rooms.php
* Update conference_centers.php
* Update conference_control_edit.php
* Update conference_control_details.php
* Update conference_profile_edit.php
* Update conference_profile_param_edit.php
* Update conference_profile_edit.php
* Update database_transaction_edit.php
* Update database_transactions.php
2023-06-01 16:39:05 -06:00