<?php
   include_once("_nemo.cls.php");
   include_once("_nemo.details.cls.php");
   include_once("_nemo.list.cls.php");
   
   $rstDeliveryNotes = $xdb->doQuery("INSERT INTO tblLog (strLog) VALUES ('[".date("Y-m-d H:i:s:00")."]test.php ran')", 1);

?>