Optional landing page via config setting
This commit is contained in:
parent
2bf3647dd4
commit
fcb34088be
3 changed files with 8 additions and 4 deletions
|
@ -57,6 +57,9 @@ $conf = array(
|
|||
'file_dirpublic_path' => 'files/default',
|
||||
'file_directory_temp' => '/tmp',
|
||||
|
||||
// View the landing page instead of user login page:
|
||||
# 'landing_page' => 1,
|
||||
|
||||
// Social links:
|
||||
# 'social_website' => 'http://www.example.com',
|
||||
# 'social_rss' => 'http://www.example.com/feed',
|
||||
|
|
Reference in a new issue