Prepend file
Prepend file
Does the auto_prepend_file option in the php.ini work? If so, any trick to where I put the file?
Re: Prepend file
Yes it works.
Just append these directives to cfg/php.ini and restart WWebserver
Just append these directives to cfg/php.ini and restart WWebserver
Code: Select all
auto_prepend_file = "C:\WWebserver with PHP 8.2.2\auto_prepend_file.php"
auto_append_file = "C:\WWebserver with PHP 8.2.2\auto_append_file.php"