adamdoupe / WackoPicko

WackoPicko is a vulnerable web application used to test web application vulnerability scanners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mpahlevanzadeh opened this issue · comments

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

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

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.