FusionPBX Gateway Password Sanitization

Status
Not open for further replies.

sbxt

New Member
Mar 13, 2021
1
0
1
39
We ran into an issue where a gateway password containing a closing bracket ">" broke the system with an error of Config files / internal files not found.

My question here would be if anyone can point me to the page containing the form so I can add the password sanitizing code? Also, I can't afford any fancy support package - where is the best place to notify someone of this issue? I have enough coding skills to brave a quick-fix for my instance, but lack the confidence to submit a pull request on the repo.
 

ad5ou

Active Member
Jun 12, 2018
886
197
43
You don't have to be a paid member to submit a bug report. Just register at fusionpbx.com and report your bug.

If you have the "solution" feel free to list the details in the comment section of bug report and it will probably speed up the process.
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
Just take the page in the URI, eg gateway_edit.php or whatever it may be and then:
Code:
find /var/www -name gateway_edit.php
 
Status
Not open for further replies.