// Copyright (c) 2022 High5! // License Info: LICENSE.TXT // // File: index.php // // Template File: -none- // // Template Variables: // // -none- // // Form POST \ GET Variables: // // -none- // if (!file_exists(realpath("./setup.php"))) { header ("Location: login.php"); exit; } else { print <<< EOF Welcome to OpenSMTPD Admin

Welcome to OpenSMTPD Admin

It seems that you are running this version of OpenSMTPD Admin for the first time.

You can now run setup to make sure that all the functions are available for OpenSMTPD Admin to run.

If you still encounter any problems please check the documentation and website for more information.

EOF; } ?>