Let the site admin choose whether to display the Discover tab.

This commit is contained in:
Alexandre Hannud Abdo
2014-03-29 23:20:43 -03:00
parent 7ed177c7cd
commit fedd19ec95
5 changed files with 18 additions and 12 deletions

View File

@@ -169,7 +169,8 @@ function poller_run($argv, $argc){
// pull in some public posts
proc_run('php','include/externals.php');
if(get_config('system','discover_tab'))
proc_run('php','include/externals.php');
$manual_id = 0;