<?php //WAWILIZENZ /* include(dirname(__FILE__)."/../conf/main.conf.php"); include(dirname(__FILE__)."/../phpwf/plugins/class.mysql.php"); include(dirname(__FILE__)."/../www/lib/imap.inc.php"); include(dirname(__FILE__)."/../www/lib/class.erpapi.php"); include(dirname(__FILE__)."/../www/lib/class.remote.php"); include(dirname(__FILE__)."/../www/lib/class.httpclient.php"); include(dirname(__FILE__)."/../www/lib/class.aes.php"); class app_t { var $DB; var $erp; var $user; var $remote; } */ //ENDE $app = new app_t(); $conf = new Config(); $app->DB = new DB($conf->WFdbhost,$conf->WFdbname,$conf->WFdbuser,$conf->WFdbpass,null,$conf->WFdbport); $erp = new erpAPI($app); $app->erp = $erp; $app->erp->LogFile("Testprozess"); ?>