authenticationFailed.php
360 Bytes
<?php
require_once(__DIR__ . "/support.php");
?>
<div class="ebay-affinity-auth-failed">
<div class="ebayaffinity-header">Authentication Failed</div>
<div>
<h2>The last call returned an authentication failure.</h2>
<h2>Please go to the <a href="admin.php?page=ebay-sync-settings">Settings Page</a> and "Authorise with eBay" again!</h2>
</div>
</div>