8 lines
163 B
PHP
8 lines
163 B
PHP
<?php
|
|
include "funktionen.php";
|
|
include "variablen.php";
|
|
include "konstanten.php";
|
|
include "./config/content_de.php";
|
|
require('fpdf.php');
|
|
|
|
?>
|