When the root page is requested, replace it with a request for '/landing' which calls...
authorArt Cancro <ajc@uncensored.citadel.org>
Thu, 9 Feb 2012 20:13:58 +0000 (15:13 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Thu, 9 Feb 2012 20:13:58 +0000 (15:13 -0500)
commit20524787ef32996d36ddbcfbca8648328865dad2
tree9839fdae82d18453e3bae05afe44ea6dc9a7960e
parentd88fffb7afd0f34df707c3403e6448ebc196f0ec
When the root page is requested, replace it with a request for '/landing' which calls display_default_landing_page().  This will perform the correct action for both public and private systems.
webcit/context_loop.c
webcit/webcit.c