Files
awo-hamburg-intranet/module/forwarding/forwarding.php

12 lines
178 B
PHP
Raw Normal View History

<?php
function forwarding_show($sitepart_id)
{
require("show_forwarding.inc.php");
}
function forwarding_edit()
{
require_once('edit_forwarding.inc.php');
}