.
*/
include("./include/include.php");
require_once(FILESYSTEMROOTPATH."jc/include/classes/DefaultLayout.php");
$layout = new DefaultLayout(Access::ANONYMOUS);
$layout->init();
$layout->echoln('
Updated instructions in pdf file. Thanks to Lia Tuska.
For any technical questions, please contact: George Dimitrakopoulos - geo.dimitrakopoulos@gmail.com');
$layout->page_footer();
?>