Blame | Letzte Änderung | Log anzeigen | RSS feed
<?require_once "../Online-Shop/connect2.php";$statusFeld = "rechnungStatus";$exportedFeld = "exported_rechnung";require_once "includes/bestellungen/system/artikelDatabase.php";require_once "includes/lexware2006/getCountryISOcode.php";$filename = "bestellexport_lexware2006.xml"; // Dateiname der ausgegeben werden sollheader("Content-Type: application/xml");header("Content-Disposition: attachment; filename=$filename");echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n";require "includes/lexware2006/order_list.php";?>