init
This commit is contained in:
18
module/bewerber/user/bewerber.php
Normal file
18
module/bewerber/user/bewerber.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?
|
||||
|
||||
|
||||
|
||||
function bewerber_edit() {
|
||||
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . 'edit_bewerber.inc.php';
|
||||
}
|
||||
function bewerbung_edit(){
|
||||
if(!isset($_REQUEST["action"]) || $_REQUEST["action"] == ''){
|
||||
$_REQUEST["action"] = 'bewerbung';
|
||||
}
|
||||
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . 'edit_bewerber.inc.php';
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user