fusionpbx/resources/classes
frytimo 37646c0893
Frytimo pr remove unused variables and fix clobbering (#6656)
* config->exists returns true or false but no action taken and variable
is unused

* remove unused variable db_type

* remove unused variable db_name

* remove unused variable db_username

* remove unused variable db_password

* remove unused variable db_secure

* remove unused variable db_cert_authority

* remove unused variable db_host

* remove unused variable db_path

* remove unused variable db_port

* remove unused variable db. The upgrade method never uses the db variable
and instead uses a new database connection each time.

* remove uninitialized parameters variable

* domain_count never used

* variable context is never used in the method or any app_defaults

* variable $row is clobbered by inner foreach loop

* variable domain_name is never used in method scope

* variable domain_array seems to be uninitialized in this scope so set an
empty string value so function lower_case is not receiving null.
2023-05-03 14:41:39 -06:00
..
event/handler WhitespaceClean-resources/classes 2016-03-11 12:08:26 +00:00
array_order.php Move the class files from includes to the resources directory. 2013-07-06 07:16:58 +00:00
auto_loader.php add isset($_REQUEST['debug']) before testing value for true (#6486) 2022-10-19 11:49:31 -06:00
base2n.php Create base2n.php 2023-04-23 01:05:46 -06:00
button.php Button Class: Support additional class(es). 2020-11-12 18:27:11 -07:00
cache.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
captcha.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
config.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
database.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
directory.php Replace root.php 2022-10-10 16:35:14 -06:00
domains.php Frytimo pr remove unused variables and fix clobbering (#6656) 2023-05-03 14:41:39 -06:00
email.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
event_socket.php If no handle return false 2022-10-20 16:18:55 -06:00
events.php Replace root.php 2022-10-10 16:35:14 -06:00
file.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
google_authenticator.php Update class name FixedBitNotation to base2n 2023-04-23 02:31:44 -06:00
groups.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
logging.php Fix. Create log file only if necessary. 2015-08-12 12:44:42 +04:00
menu.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
message.php Email Logs: List view updates, search, bulk resend, download, delete. 2019-11-10 01:40:29 -07:00
modal.php Add indentation to improve the html output. 2020-06-24 19:14:33 -06:00
permissions.php remove debug lines in permissions (#2658) 2017-06-09 13:32:31 -06:00
ringbacks.php Allow an empty ringback value 2023-04-07 12:36:20 -06:00
schema.php contacts app_defaults breaks PDO db (#6585) 2023-03-24 09:18:23 -06:00
sounds.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
switch_settings.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
template.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
text.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
token.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
tones.php Misc Classes: Database class integration. 2019-09-04 06:44:50 -06:00
vcard.php remove unneeded destruct methods as GC has higher performance (#6631) 2023-04-27 20:18:53 -06:00
xml.php [security] prevent xml injection and executing switch api cmds (#6594) 2023-03-29 23:24:04 -06:00