init
This commit is contained in:
8
module/image/image.php
Normal file
8
module/image/image.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?
|
||||
function image_show( $sitepart_id ) {
|
||||
require("show_image.inc.php");
|
||||
}
|
||||
|
||||
function image_edit() {
|
||||
require_once('edit_image.inc.php');
|
||||
}
|
||||
Reference in New Issue
Block a user