Add linux cron option to settings

[MAILPOET-1538]
This commit is contained in:
Pavel Dohnal
2018-09-27 15:08:56 +02:00
parent 486c0ce4ee
commit fcd8509cef
4 changed files with 42 additions and 1 deletions

View File

@ -419,6 +419,7 @@ class Menu {
'pages' => Pages::getAll(),
'flags' => $flags,
'current_user' => wp_get_current_user(),
'linux_cron_path' => dirname(dirname(__DIR__)),
'hosts' => array(
'web' => Hosts::getWebHosts(),
'smtp' => Hosts::getSMTPHosts()