Files
2026-02-17 14:56:23 +01:00

11 lines
120 B
PHP

<?
function stufe_edit() {
require __DIR__ . DIRECTORY_SEPARATOR . 'edit_stufe.inc.php';
}
?>