www/index.php

Sat, 04 May 2024 15:18:02 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 04 May 2024 15:18:02 +0200
changeset 724
01e3936f62d4
parent 675
825210ba2707
permissions
-rw-r--r--

Log pid of each started thread so we can see which uses the most cpu time.

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