fusionpbx/core
frytimo 0931197137
build array in auto_loader constructor (#7158)
* Build an array in the auto_loader constructor

* Update auto_loader.php

* Update auto_loader.php

* minor adjustment to name and comment and remove trailing closing tag

* use best practices for the loader method
Allowing the loader method:
- Should Never Be Called Manually
- Prevents External Modification
- Hides Implementation Details

* cache array in the temp folder and load if available

* re-organize functions within the class

* add cache recreation for auto_loader in upgrade_menu

* add cache recreation for auto_loader in upgrade_menu

* Update app_languages.php
2025-02-13 14:48:40 -07:00
..
authentication Fix the forget password feature 2025-01-16 21:49:56 -07:00
contacts Contact - View: Tighten up speed dial icon and number, make no wrap. 2025-01-28 17:21:42 -07:00
dashboard Fix number text and background color not applying (#7235) 2025-01-28 16:39:35 -07:00
databases Added the heading counter div (#7124) 2024-09-06 16:43:42 -06:00
default_settings Security, Use the same number of characters for the masked password (#7198) 2024-12-12 10:03:21 -07:00
domain_settings Fix temporary permissions 2024-11-29 13:57:01 -07:00
domains validate domain before change (#7244) 2025-02-11 08:39:47 -07:00
events/resources/classes remove instances where a pointer is used in a foreach loop for value (#7108) 2024-08-22 12:41:10 -06:00
groups Fix temporary permissions 2024-11-29 13:57:01 -07:00
install Fix temporary permissions 2024-11-29 13:57:01 -07:00
menu Remove carriage return per line and leave only line feeds 2024-09-19 17:14:21 -06:00
notifications Fix temporary permissions 2024-11-29 13:57:01 -07:00
permissions Fix temporary permissions 2024-11-29 13:57:01 -07:00
software Minor version update 5.4.1 2025-01-29 22:26:47 -07:00
upgrade build array in auto_loader constructor (#7158) 2025-02-13 14:48:40 -07:00
user_logs Fix temporary permissions 2024-11-29 13:57:01 -07:00
user_settings Add forgot password translations 2025-01-16 21:54:27 -07:00
users Fix temporary permissions 2024-11-29 13:57:01 -07:00