250 Commits

Author SHA1 Message Date
FusionPBX
cf005c7671 Template engine use sys_get_temp_dir
Used to get the operating system temp directory.
2024-06-26 07:43:23 -06:00
jrmcclean
4484c9ad5f Update install.php (#6853)
* Update install.php

Update config directory for windows from www folder to Programdata directory
2023-12-22 15:32:42 -07:00
Anthony
575590d749 Added Greek translations in core. (#6808)
* Added Greek translations to databases app_languages.php

* Added Greek translation for default_settings/app_languages.php

* Added Greek translations for install/app_languages.php
2023-10-04 16:26:01 -06:00
frytimo
0dc9aaabe8 Minor Changes (#6756)
* Update installer to use magic __DIR__

* move setting default step to near top

* spacing

* move session start before text object creation
2023-06-17 14:07:06 -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
jrmcclean
3b8b771c92 Update install.php (#6699)
* Changed If statement to Switch Case. 
* Added Win option
* Created new Var $php_dir and $cache_location
2023-05-24 17:21:42 -06:00
Anthony
60adb692ec Corrected translations & added missing translations in core/app_languages.php (#6701)
* Update app_languages.php
2023-05-18 15:36:59 -06:00
Ben
017c58e44c added ro-ro translations (#6680) 2023-05-09 11:51:22 -06:00
markjcrane
1513bd3301 Add Chinese, Korean, and Japanese translations 2023-05-03 10:36:25 -06:00
markjcrane
41e87e7f01 Add additional languages 2023-05-02 20:22:44 -06:00
frytimo
69bd42af05 remove unneeded destruct methods as GC has higher performance (#6631)
Co-authored-by: Tim Fry <tim@voipstratus.com>
2023-04-27 20:18:53 -06:00
FusionPBX
4433737c43 Removed quotes
The quotes are optional and looks a little nicer so they have been removed.
2023-04-26 11:46:53 -06:00
FusionPBX
b4ccdd244b [bug] error reporting options user, dev, all (#6616)
An enhancement that adds simple options to show what errors to show in the web interface. This also fixes a bug that causes an error in PHP8.
2023-04-26 11:19:45 -06:00
FusionPBX
b620b36f28 Use SQLite by default for FreeSWITCH 2022-10-26 13:52:30 -06:00
FusionPBX
bc378823bd Check teh config method result.
Show the error message if the result is false.
2022-10-22 19:23:03 -06:00
FusionPBX
d87ecbb3f2 Add a message variable. 2022-10-22 19:21:48 -06:00
FusionPBX
bfe557edc3 install class method return boolean 2022-10-22 19:13:32 -06:00
FusionPBX
9880cd630a Update install.php 2022-10-22 18:46:22 -06:00
FusionPBX
dd87f510c6 Update install.php 2022-10-22 18:39:03 -06:00
FusionPBX
a0e3cd1268 Use is_writable on the config directory
- If the directory is writable and config.php exists then use it to write the config.conf file.
- Otherwise provide a message on the commands to run to create the config.conf file.
2022-10-22 18:16:52 -06:00
FusionPBX
e807f9c14a Move the config.php section 2022-10-22 17:48:47 -06:00
FusionPBX
e84927a216 Use the new install class
- Move the code to build config.conf file
- If the config.php file exists use it to create the config.conf file
2022-10-22 16:49:24 -06:00
FusionPBX
2178427977 Add content to the config method 2022-10-22 16:44:19 -06:00
FusionPBX
7685e7fcdb Delete iso_countries.php 2022-10-22 15:23:04 -06:00
FusionPBX
4892c468eb Create the install class 2022-10-22 15:22:47 -06:00
FusionPBX
fdf5f5f1f1 Update configuration.htm 2022-10-22 15:06:24 -06:00
FusionPBX
127d55579f Add button style to the install 2022-10-22 14:16:53 -06:00
FusionPBX
b44a4da6e1 Add local CSS to install.php 2022-10-22 13:19:13 -06:00
FusionPBX
d8acec2630 Update install.php 2022-10-21 12:28:14 -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
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
f54f1e6fc5 Replace config.php with config.conf 2022-10-12 10:41:49 -06:00
markjcrane
d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
KRooney
b88c46bf47 Update app_languages.php (#6270) 2022-01-29 19:05:42 -07:00
racitup
a1699f6fa6 Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us

* Add en-gb to app_configs

* Add en-gb to app_menus

* Language copy utility

* Fix missing quote mark

* Delete cp_lang.py

Co-authored-by: FusionPBX <markjcrane@gmail.com>
2020-03-20 14:47:13 -06:00
FusionPBX
26fbe226b4 Update install.php 2019-09-08 10:31:14 -06:00
FusionPBX
e4a3091ea8 Update template.htm 2019-09-08 10:23:23 -06:00
FusionPBX
1c5c343ca0 Update template.htm 2019-09-08 10:01:13 -06:00
FusionPBX
0d5d2a2775 Update template.htm 2019-09-08 09:55:57 -06:00
FusionPBX
b8e23d1974 Update install.php 2019-09-08 09:44:56 -06:00
FusionPBX
f32563e49e Update install.php 2019-06-01 18:28:49 -06:00
FusionPBX
1a92df32fa Update install.php 2019-06-01 18:23:53 -06:00
FusionPBX
0572aa6fb1 Update install.php 2019-06-01 18:04:29 -06:00