www/index.php

Sat, 20 Apr 2024 11:48:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 20 Apr 2024 11:48:20 +0200
changeset 692
6d97eb820cc1
parent 675
825210ba2707
permissions
-rw-r--r--

Fixed two compiler warnings on arm platform

<?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