source: trunk/_InstallationResources/index_temp.php @ 1667

Revision 1667, 218 bytes checked in by admin, 22 months ago (diff)

Merge omcollab_ui into trunck

Line 
1<?php
2        require_once( 'common/omconfig.php');
3        require_once( FS_COMMON_DIRECTORY.'/utils.php');
4        if(GetLoggedInStateFromWikiCookies()){
5                include( "home_loggedin.php" );
6        } else {
7                include( "home_public.php" );
8        }
9?>
Note: See TracBrowser for help on using the repository browser.