init
This commit is contained in:
11
module/forwarding/forwarding.php
Normal file
11
module/forwarding/forwarding.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
function forwarding_show($sitepart_id)
|
||||
{
|
||||
require("show_forwarding.inc.php");
|
||||
}
|
||||
|
||||
function forwarding_edit()
|
||||
{
|
||||
require_once('edit_forwarding.inc.php');
|
||||
}
|
||||
Reference in New Issue
Block a user