Files

9 lines
153 B
PHP
Raw Permalink 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');
}