Page MenuHomestyx hydra

index.php
No OneTemporary

index.php

<?php
require './_shared.php';
?>
<h1>WePay Demo App</h1>
<?php if (empty($_SESSION['wepay_access_token'])): ?>
<a href="login.php">Log in with WePay</a>
<?php else: ?>
<a href="user.php">User info</a>
<br />
<a href="openaccount.php">Open new account</a>
<br />
<a href="accountlist.php">Account list</a>
<br />
<a href="logout.php">Log out</a>
<?php endif; ?>

File Metadata

Mime Type
text/x-php
Expires
Wed, Dec 17, 6:10 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
444515
Default Alt Text
index.php (367 B)

Event Timeline