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

Update index.php #547

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update index.php #547

wants to merge 1 commit into from

Commits on Feb 18, 2020

  1. Update index.php

    was missing `$` before the variable buttonCount on line 49. This didn't cause a problem (other than giving the user infinite buttons) but it results in the following message in the Apache error log:
    
    Use of undefined constant buttonCount - assumed 'buttonCount' (this will throw an Error in a future version of PHP) in /var/www/http/index.php on line 49
    ras07 committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    303c84e View commit details
    Browse the repository at this point in the history