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

php: Remove duplicate, nonfunctional example #65

Merged
merged 1 commit into from
Oct 13, 2018
Merged

php: Remove duplicate, nonfunctional example #65

merged 1 commit into from
Oct 13, 2018

Commits on Oct 12, 2018

  1. php: Remove duplicate, nonfunctional example

    Without <?php opening tags or `;` to end the statement
    this code will never realistically work:
    
    [zarthus ~] $ php OwO.php
    PHP Parse error:  syntax error, unexpected 'echo' (T_ECHO), expecting ',' or ';' in /home/zarthus/OwO.php on line 4
    
    This moves owo.php to OwO.php as well
    Zarthus committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    314c11b View commit details
    Browse the repository at this point in the history