kmvan / x-prober

🐘 A probe program for PHP environment (一款精美的 PHP 探針, 又名X探針、劉海探針)
https://prober.inn-studio.com
GNU General Public License v3.0
1.35k stars 263 forks source link

openwrt怎么运行啊? #150

Closed VwEl closed 3 years ago

VwEl commented 3 years ago

Fatal error: Uncaught Error: Call to undefined function filter_input() in /www/tz/x.php:635 Stack trace: #0 /www/tz/x.php(635): InnStudio\Prober\Components\Bootstrap\Action->construct() #1 /www/tz/x.php(654): InnStudio\Prober\Components\Bootstrap\Bootstrap->construct() #2 {main} thrown in /www/tz/x.php on line 635

kmvan commented 3 years ago

filter 默认启用的。可能在安装 php 时候加上了 --disable-filter 参数就被禁用了

VwEl commented 3 years ago

filter 默认启用的。可能在安装 php 时候加上了 --disable-filter 参数就被禁用了

感谢! 需要额外安装php-mod-filter 是当前版本