Files
awo-hamburg-intranet/module/bewerber/stufe.php

11 lines
120 B
PHP
Raw Normal View History

2026-02-17 14:56:23 +01:00
<?
function stufe_edit() {
require __DIR__ . DIRECTORY_SEPARATOR . 'edit_stufe.inc.php';
}
?>