// 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("./conf.php"))) { header ("Location: login.php"); exit; } else { header ("Location: setup.php"); exit; } ?>