about summary refs log tree commit diff stats
path: root/central/trunk/install.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-08 14:11:11 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-08 14:11:11 +0000
commit2a7e65b993ae4d8658f523045056e69172fbe837 (patch)
treed846b0ce26a15777db8ae70d573073026a591c9c /central/trunk/install.php
parent8bbbfe024dbe6d585598e919a26ece82cccc71a1 (diff)
downloadinstadisc-2a7e65b993ae4d8658f523045056e69172fbe837.tar.gz
instadisc-2a7e65b993ae4d8658f523045056e69172fbe837.tar.bz2
instadisc-2a7e65b993ae4d8658f523045056e69172fbe837.zip
Central: Added subscription notice to installation
Diffstat (limited to 'central/trunk/install.php')
-rw-r--r--central/trunk/install.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/central/trunk/install.php b/central/trunk/install.php index 2722b1f..5f59fac 100644 --- a/central/trunk/install.php +++ b/central/trunk/install.php
@@ -348,7 +348,11 @@ function showStepTwo($mailDomain, $smtpHost, $smtpAuth, $smtpUser, $smtpPass, $s
348 348
349function showStepThree() 349function showStepThree()
350{ 350{
351?>Congradulations! You've successfully set up your InstaDisc Central Server's database! Now, the next step for you is to implement the functions in instadisc.php into your web application. See <A HREF="http://fourisland.com/projects/instadisc/wiki/BecomingACentralServer">Becoming A Central Server</A>.<?php 351?>Congradulations! You've successfully set up your InstaDisc Central Server's database! Now, the next step for you is to
352implement the functions in instadisc.php into your web application. See <A
353HREF="http://fourisland.com/projects/instadisc/wiki/BecomingACentralServer">Becoming A Central Server</A>. Also, it would
354be smart to subscribe to your InstaDisc Update Notice Subscription, which will notify you if your Central Server's software gets
355out of date. Here's the URL: http://fourisland.com/<?php echo($_SERVER['SERVER_NAME'] . '/');
352} 356}
353 357
354function ifErrors($errors, $id) 358function ifErrors($errors, $id)