about summary refs log tree commit diff stats
path: root/central
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-08 14:17:11 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-08 14:17:11 +0000
commit76a3d5a72e8d8645f9e00fa9281693bf0efd9580 (patch)
tree1623e2d0cf3ea96adf12f5e4ffab3280e4a997ca /central
parent2a7e65b993ae4d8658f523045056e69172fbe837 (diff)
downloadinstadisc-76a3d5a72e8d8645f9e00fa9281693bf0efd9580.tar.gz
instadisc-76a3d5a72e8d8645f9e00fa9281693bf0efd9580.tar.bz2
instadisc-76a3d5a72e8d8645f9e00fa9281693bf0efd9580.zip
Central: Fixed subscription URL
Accidentally provided the Subscription URI instead of the Subscription File's URL in the last commit.
Diffstat (limited to 'central')
-rw-r--r--central/trunk/install.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/central/trunk/install.php b/central/trunk/install.php index 5f59fac..f41713f 100644 --- a/central/trunk/install.php +++ b/central/trunk/install.php
@@ -348,11 +348,7 @@ 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 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>. Also, it would be smart to subscribe to your InstaDisc Update Notice Subscription, which will notify you if your Central Server's software gets out of date. It's the subscription.php file in this directory. Please subscribe to it, thanks!<?php
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'] . '/');
356} 352}
357 353
358function ifErrors($errors, $id) 354function ifErrors($errors, $id)