blob: 37d5ec051fb46986bf936a3d447b857a85f219fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<HTML>
<HEAD>
<TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1><!--SITENAME--> InstaDisc</H1>
<P>Welcome to your user panel. Here are the things you can do:
<UL>
<LI><A HREF="changepassword.php">Change your Password</A></LI>
<LI><A HREF="logout.php">Log out</A></LI>
</UL>
<P>If you own a subscription and wish to have this Central Server sponser it, you can use the option below:
<UL>
<LI><A HREF="setSeries.php">Set Series Control URL</A></LI>
</UL>
<!--BEGIN ADMIN-->
<P>Since you are the almighty admin of this Central Server, you can edit configurational values!
<UL>
<LI><A HREF="admin.php">Edit Configuration</A></LI>
</UL>
<!--END ADMIN-->
</CENTER>
</BODY>
</HTML>
|