File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,5 +34,7 @@ RUN service mysql start && \
3434
3535EXPOSE 80
3636
37+ RUN sed -ri -e "s/^allow_url_include.*/allow_url_include = On/" /etc/php/7.0/apache2/php.ini && sed -ri -e "s/^allow_url_include.*/allow_url_include = On/" /etc/php/7.0/cli/php.ini
38+
3739COPY main.sh /
3840ENTRYPOINT ["/main.sh" ]
Original file line number Diff line number Diff line change 2626# ReCAPTCHA settings
2727# Used for the 'Insecure CAPTCHA' module
2828# You'll need to generate your own keys at: https://www.google.com/recaptcha/admin/create
29- $ _DVWA [ 'recaptcha_public_key ' ] = '' ;
30- $ _DVWA [ 'recaptcha_private_key ' ] = '' ;
29+ $ _DVWA [ 'recaptcha_public_key ' ] = '6LdJJlUUAAAAAH1Q6cTpZRQ2Ah8VpyzhnffD0mBb ' ;
30+ $ _DVWA [ 'recaptcha_private_key ' ] = '6LdJJlUUAAAAAM2a3HrgzLczqdYp4g05EqDs-W4K ' ;
3131
3232# Default security level
3333# Default value for the secuirty level with each session.
You can’t perform that action at this time.
0 commit comments