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

11 lines
124 B
PHP
Raw Normal View History

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