www/index.php

changeset 675
825210ba2707
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/index.php	Sat Apr 13 16:50:26 2024 +0200
@@ -0,0 +1,12 @@
+<?php
+require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
+page_header('Hoofdmenu', NULL);
+?>
+
+   <div id="MainPanel">
+    <div id="ContentPanel"></div>
+   </div>
+
+<?php
+page_footer();
+?>

mercurial