adamdoupe / WackoPicko

WackoPicko is a vulnerable web application used to test web application vulnerability scanners.
MIT License
328 stars 160 forks source link

Parse error: syntax error, unexpected end of file in /var/www/html/website/include/html_functions.php on line 143 #5

Closed mpahlevanzadeh closed 7 years ago

mpahlevanzadeh commented 8 years ago

May be your php file doesn't work with new php or has problem without considering version.

a1kaid commented 7 years ago

make line 69 <? change to <?php then it works

yangyangwithgnu commented 7 years ago

first of all, README tells U, "ensure that short_open_tag PHP ini option is enabled". so, U can edit /etc/php5/apache2/php.ini (or something like that), find short_open_tag, set it on short_open_tag = On, and service apache2 restart.