/etc/php.ini 中修改
auto_prepend_file "/opt/php/block.php"
或者在.htaccess里添加
php_value auto_prepend_file prepend.php
block.php 内容
auto_prepend_file "/opt/php/block.php"
或者在.htaccess里添加
php_value auto_prepend_file prepend.php
block.php 内容