mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-22 09:39:52 +08:00
openwrt怎么运行啊? #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VwEl on GitHub (Jun 9, 2021).
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 on GitHub (Jun 9, 2021):
filter 默认启用的。可能在安装 php 时候加上了
--disable-filter参数就被禁用了@VwEl commented on GitHub (Jun 10, 2021):
感谢! 需要额外安装php*-mod-filter *是当前版本