Ersetzen der FPDF-Library durch TCPDF und Code-Formatierung
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user