<?php
/*
*(c) 2003 christoph althammer hide@address.com
* http://www.milpa.de
*
* GNU GENERAL PUBLIC LICENSE
* die deutsche Übersetzung der GPL ist zu finden auf www.suse.org.
*
* auth: c. althammer
* date: 2003-03-03
* mod : Menu Executable
*
*/
require("../_exec/bin/classloader.bin.php");
$Application = new Main();
?>