12 lines
178 B
PHP
12 lines
178 B
PHP
<?php
|
|
|
|
function forwarding_show($sitepart_id)
|
|
{
|
|
require("show_forwarding.inc.php");
|
|
}
|
|
|
|
function forwarding_edit()
|
|
{
|
|
require_once('edit_forwarding.inc.php');
|
|
}
|