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

9 lines
153 B
PHP
Raw Normal View History

2026-02-17 14:56:23 +01:00
<?
function image_show( $sitepart_id ) {
require("show_image.inc.php");
}
function image_edit() {
require_once('edit_image.inc.php');
}