diff options
-rw-r--r-- | central/trunk/install.php | 6 |
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 | ||
349 | function showStepThree() | 349 | function 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 |
352 | implement the functions in instadisc.php into your web application. See <A | ||
353 | HREF="http://fourisland.com/projects/instadisc/wiki/BecomingACentralServer">Becoming A Central Server</A>. Also, it would | ||
354 | be smart to subscribe to your InstaDisc Update Notice Subscription, which will notify you if your Central Server's software gets | ||
355 | out of date. Here's the URL: http://fourisland.com/<?php echo($_SERVER['SERVER_NAME'] . '/'); | ||
356 | } | 352 | } |
357 | 353 | ||
358 | function ifErrors($errors, $id) | 354 | function ifErrors($errors, $id) |