Forum

Forum-Breadcrumbs - Du bist hier:ForumBeispielkategorie: Erstes ForumTest-Thema
Bitte oder Registrieren, um Beiträge und Themen zu erstellen.

Test-Thema

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,

Hochgeladene Dateien:
  • Avatar1.jpg

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,