about summary refs log tree commit diff stats
path: root/central/trunk/subscription.php
blob: 9b6a61cb3b142d7ab2ee1d983c607c00d0c2a679 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

/* InstaDisc Server - A Four Island Project */

include('includes/instadisc.php');

?>Subscription: http://fourisland.com/<?php echo($_SERVER['SERVER_NAME'] . "\n"); ?>
Title: <?php echo(instaDisc_getConfig('siteName') . "\n"); ?>
Category: instadisc
an>'siteName')); $template->add('USERNAME', $_SESSION['username']); if (instaDisc_getConfig('owner') == $_SESSION['username']) { $template->adds_block('ADMIN',array('ex'=>1)); } $template->display(); } else { header('Location: index.php'); } ?>