Ersetzen der FPDF-Library durch TCPDF und Code-Formatierung

This commit is contained in:
2016-07-06 22:04:12 +00:00
parent 5665bcbd3b
commit 715cb62aa9
515 changed files with 110799 additions and 24957 deletions

View File

@@ -1,9 +1,9 @@
<?php
if ($_POST['save']) {
include "inhalte/kfz_save.php";
}
$pfad = "../".PREFIX."/img/kfz/";
$large = 800;
$small = 100;
include "inhalte/10er_kfz.php";
?>
<?php
if ($_POST['save'])
{
include __DIR__ . "/kfz_save.php";
}
$pfad = "../" . PREFIX . "/img/kfz/";
$large = 800;
$small = 100;
include __DIR__ . "/10er_kfz.php";