liam-linux-account-manager/templates/server_account_not_found.php
2021-11-16 15:11:32 +01:00

7 lines
264 B
PHP

<?php
?>
<h1>Server account not found</h1>
<div class="alert alert-danger">
<p>The server account you entered isn't yet known by the keys management server. You'll need to add it first. Please <a href="" class="navigate-back">go back</a> and try again.</p>
</div>