Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96363298
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
Wed, Dec 25, 22:48
Size
367 B
Mime Type
text/x-php
Expires
Fri, Dec 27, 22:48 (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
23146081
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