2021-01-01

跨年夜美妙的踩坑
打开我尘封多年的dwva…
出现了如下问题

2021-01-01_第1张图片
找了很久都没找到原因,后来查了参考文章
发现原来下面给了解决方案,我天

If you see disabled on either allow_url_fopen or allow_url_include, set the following in your php.ini file and restart Apache.
allow_url_fopen = On
allow_url_include = On

不过要注意是在Apache里的php.ini的文件后面加上allow_url_include = On
真的是学好英语很重要。。。

你可能感兴趣的:(乱七八糟地写一写)