Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DTMF key "A" without function #7

Open
OE9SAU opened this issue Jun 5, 2024 · 1 comment
Open

DTMF key "A" without function #7

OE9SAU opened this issue Jun 5, 2024 · 1 comment

Comments

@OE9SAU
Copy link

OE9SAU commented Jun 5, 2024

Hello dashboard user,
thanks Chris for providing the code. I found out that on the DTMF page the button "A" is without function.
Reason ist, inside /dtmf/index.php, there is wrong naming of button "A". One time with AA, and one time with A.

line 286: if (isset($_POST['buttonAA'])) {

line 315: <button style="height: 60px; width: 100px;font-size:25px;" button name="buttonA">A</button></center>

Need to be changed to the same name, no matter which one.

73, Martin

@f5vmr
Copy link
Owner

f5vmr commented Jun 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants