Files

13 lines
196 B
PHP
Raw Permalink Normal View History

2026-02-17 14:56:23 +01:00
<?
function table_show( $sitepart_id ) {
require("show_table.inc.php");
}
function table_edit() {
require __DIR__ . DIRECTORY_SEPARATOR . 'edit_table.inc.php';
}
?>