mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
allow configurable poll interval override when hub is used
This commit is contained in:
parent
ddec422de6
commit
5b1fde8b0f
2 changed files with 27 additions and 10 deletions
|
@ -61,8 +61,10 @@ $db = new dba($db_host, $db_user, $db_pass, $db_data, $install);
|
|||
*
|
||||
*/
|
||||
|
||||
if(! $install)
|
||||
if(! $install) {
|
||||
require_once("session.php");
|
||||
load_hooks();
|
||||
}
|
||||
|
||||
require_once("datetime.php");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue