Test-Thema
Zitat von BNalle99-- am 1. Dezember 2025, 19:49 UhrHi
In your .htaccess file, add :
php_value auto_prepend_file /path/prepend.php
php_value auto_append_file /path/append.phpAnd if you have multiple files, simply
include() them in a single "master" php file,
Hi
In your .htaccess file, add :
php_value auto_prepend_file /path/prepend.php
php_value auto_append_file /path/append.php
And if you have multiple files, simply
include() them in a single "master" php file,
Zitat von BNalle99-- am 1. Dezember 2025, 20:02 UhrHi
In your .htaccess file, add :
php_value auto_prepend_file /path/prepend.php
php_value auto_append_file /path/append.phpAnd if you have multiple files, simply
include() them in a single "master" php file,
Hi
In your .htaccess file, add :
php_value auto_prepend_file /path/prepend.php
php_value auto_append_file /path/append.php
And if you have multiple files, simply
include() them in a single "master" php file,