Invio lavori per MDPI Eng. Proc.
Invio lavoro per Engineering Proceedings
?php // Include this file at the start of your scripts (eg top of index.php) // If the embargo date/time has passed, redirect users if ( time() > strtotime('30-09-2026 23:59') ) { // send a redirect header header('Location: https://www.aiasnet.it/AIAS2026/user_submit_contest_expired.html'); // and exit the script to prevent further execution exit; } // Else, continue normally ?>