. */ include("./include/include.php"); page_header(); if( isset($_REQUEST['apply']) || ($_SERVER['REQUEST_METHOD'] == "POST" && isset($_POST['applicationID']) ) ) { ### Show application form ### $appl_id = 0; include("./include/application.php"); }else { ### Show welcome page ### echoln("

Applying

"); if( $setup['AuthSystem'] == "None" ) { echoln("

Due to changes in the AEGEE IT services, unfortunately we had to disable the login. You can still apply, but without a working account, you will "); echoln("not be able to edit your application afterwards, so please make sure you don't make any mistakes.

"); $appl_id = 0; include("./include/application.php"); }else { echoln("There is now two ways to apply:"); echoln(""); } } page_footer(); ?>