tools->print_r($common_func->user_admin->arrDATA); # TODO: Autoload $common_func->include_core_class('javascript/helpButton.class.php'); if($common_func->user_admin->arrDATA['backend_login']['check']){ #*** für inport dev tools werkzeugte ************** if(common_func::$arrDEF['dev']['developer']==1 && $common_func->req['devshow']) $common_func->include_inc('develop/basic.inc.php'); else{ $common_func->include_design('layout_template.design.php'); } }else{ $common_func->include_inc('user_admin/login_screen.inc.php'); } exit();