Files
startup/inhalte/ie_export.php
2016-07-05 20:38:34 +00:00

7 lines
162 B
PHP

<?php
if ("Kontakte" == $_POST['Typ']) {
include "inhalte/ie_cont_exp.php";
} elseif ("Artikel" == $_POST['Typ']) {
include "inhalte/ie_art_exp.php";
}
?>