Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93588768
index.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 29, 23:38
Size
367 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 23:38 (2 d)
Engine
blob
Format
Raw Data
Handle
22668583
Attached To
rPH Phabricator
index.php
View Options
<?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
;
?>
Event Timeline
Log In to Comment