Example #1
0
 /**
  * Cron task configuration
  *
  * @param $target url
  * 
  * @return nothing (display)
  **/
 public static function configCron($target)
 {
     $notif = new PluginAccountsNotificationState();
     $config = new PluginAccountsConfig();
     $config->showForm($target, 1);
     $notif->showForm($target);
     $notif->showAddForm($target);
 }