Commit Graph
19438 Commits
Author SHA1 Message Date
FusionPBX 87ccce1867 Fix the sub data insert. 2022-10-18 13:04:16 -06:00
FusionPBX 47c13a7270 Set update_date now() when the status is updated 2022-10-18 07:58:03 -06:00
FusionPBX 8df6c6be4f Update configuration.htm 2022-10-15 22:01:03 -06:00
FusionPBX dfe990b277 Update database.htm 2022-10-15 22:00:57 -06:00
FusionPBX ef3bd6ddaf Update index.php 2022-10-15 21:14:43 -06:00
FusionPBX 2197aa0c74 Update login.php 2022-10-15 21:12:09 -06:00
FusionPBX 9436090b7b Update index.php 2022-10-15 21:11:06 -06:00
FusionPBX eacff4c797 Code is causing a larger issue removed for more testing. 2022-10-14 12:38:01 -06:00
FusionPBX a373958ffd Use $_SERVER['DOCUMENT_ROOT'] 2022-10-14 11:51:17 -06:00
FusionPBX 49e146c8c2 Write the new config.conf file.
Remove config.php and add the new code to write the config.conf file.
2022-10-14 11:18:42 -06:00
FusionPBX 5f12776252 change label-domain to domain_name. 2022-10-14 10:37:35 -06:00
FusionPBX 07916dec2e Add server variables and project path 2022-10-14 10:30:52 -06:00
FusionPBX 80b76cd156 Add domain 2022-10-14 10:28:30 -06:00
FusionPBX 69246119f6 Fix the domain label 2022-10-14 10:23:14 -06:00
FusionPBX 61d8b54dcb Fix the include path 2022-10-14 10:10:40 -06:00
FusionPBX 03ac05fc64 Moved to resources/require.php
Found a better home for this code.
2022-10-14 10:08:03 -06:00
FusionPBX 3b8d3b70ea Include additional functions
Moved here from resources/functions.php
2022-10-14 10:07:14 -06:00
FusionPBX ef040f2b7a Command line or web server both includes can work the same 2022-10-13 16:50:47 -06:00
FusionPBX 3e8ea2015f Use the error reporting defined in config.conf 2022-10-13 16:23:20 -06:00
FusionPBX 0a25c48b5d event socket make fp public 2022-10-13 12:52:52 -06:00
FusionPBX 58d0a1ad8c Make sure resource exists before using feof
This code changes prevents this error.

Warning: feof() expects parameter 1 to be resource, bool given
2022-10-13 11:26:53 -06:00
FusionPBX 598eb4ab31 Wrap is_array arround foreach 2022-10-13 08:43:32 -06:00
FusionPBX 2a2069fe9e Use is_array around foreach 2022-10-12 14:59:13 -06:00
FusionPBX d207508ac5 Use require_once instead of include for functions.php 2022-10-12 13:46:16 -06:00
FusionPBX 2d88fc35d8 Get http_protocol from default settings 2022-10-12 11:40:38 -06:00
FusionPBX 1fd0b9976b Add http_protocol as a default setting 2022-10-12 11:38:14 -06:00
FusionPBX d3c4fa011d Update index.php 2022-10-12 10:46:19 -06:00
FusionPBX 40680f1e00 Change comment from config.php to config.conf 2022-10-12 10:45:40 -06:00
FusionPBX 0ef99c7649 Update the description 2022-10-12 10:43:14 -06:00
FusionPBX f54f1e6fc5 Replace config.php with config.conf 2022-10-12 10:41:49 -06:00
FusionPBX 2bcf6743a5 Ensure DOCUMENT_ROOT and PROJECT_PATH exist 2022-10-12 10:24:30 -06:00
FusionPBX 1dee0683ef Add missing resources/require.php 2022-10-12 09:47:19 -06:00
frytimoandTim Fry 4a8e148ccf remove is_numeric check for voicemail id (#6484)
Co-authored-by: Tim Fry <tim@voipstratus.com>
2022-10-11 21:32:32 -06:00
FusionPBX dc748c2376 Method text send the core/upgrade
Also remove the additional includes not necessary because of the auto loader in resources/require.php
2022-10-11 17:54:13 -06:00
FusionPBX 0a47fc22b3 Get the DOCUMENT_ROOT and PROJECT_PATH 2022-10-11 17:10:39 -06:00
FusionPBX b373e3c7fe Needed to get DOCUMENT_ROOT and PROJECT_PATH 2022-10-11 15:53:18 -06:00
FusionPBX 227aa97adc Use class_exists around auto_loader 2022-10-11 15:34:55 -06:00
FusionPBX b8e8c726be Update the include handling. 2022-10-11 11:54:01 -06:00
FusionPBX b300961d75 Use server DOCUMENT_ROOT variable. 2022-10-11 11:45:37 -06:00
FusionPBX fa870da5c9 Use server DOCUMENT_ROOT variable
Move includes to the near the top of the page
2022-10-11 11:44:54 -06:00
FusionPBX f75f623767 Remove root.php and include require.php once 2022-10-11 11:27:57 -06:00
FusionPBX eadc950298 Remove deprecated domain_count 2022-10-11 11:09:48 -06:00
FusionPBX 0a2798575c Remove domain_count
Not needed only request domain_uuid if value is null
2022-10-11 11:07:48 -06:00
FusionPBX 122a8c1e03 Set the temp_dir variable 2022-10-11 10:59:51 -06:00
FusionPBX 2f55ba03c8 Allow copy setting to a domain for single tenant 2022-10-11 10:20:02 -06:00
FusionPBX 8179da3ef8 Allow domain copy even for single tenant systems. 2022-10-11 10:16:57 -06:00
FusionPBX 878e5a10eb Update database method connect to use config.conf 2022-10-10 19:43:07 -06:00
FusionPBX e3b782e7cb Update user_dashboard.php 2022-10-10 19:39:27 -06:00
FusionPBX fb0c92bbeb Change config.php to config.conf 2022-10-10 19:38:46 -06:00
FusionPBX 80d25cc088 Minor change from spaces to tabs 2022-10-10 19:37:47 -06:00