Page 1 of 1

Prepend file

Posted: Fri Jun 23, 2023 1:10 pm
by jdonth
Does the auto_prepend_file option in the php.ini work? If so, any trick to where I put the file?

Re: Prepend file

Posted: Sat Jun 24, 2023 3:28 pm
by mwiede
Yes it works.
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"