init(); if (file_exists(dirname(__FILE__).'/twenga.php')) { include(dirname(__FILE__).'/twenga.php'); $t = new twenga(); $t->ajaxRequestType(); unset($t); } else echo 'Class module wasn\'t found'; } else echo 'Config file is missing'; ?>