Diff
Not logged in

Differences From Artifact [3bdcbbd023]:

To Artifact [b1deba7f3e]:


675
676
677
678
679
680
681

682





683
684
685
686
687
688
689
      @ <li>%h(azCSP[ii])
    }
    @ </ol>
  }
  fossil_free(azCSP);

  if( alert_enabled() ){

    @ <li><p> Email alert configuration summary:





    @ <table class="label-value">
    stats_for_email();
    @ </table>
  }else{
    @ <li><p> Email alerts are disabled
  }








>

>
>
>
>
>







675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
      @ <li>%h(azCSP[ii])
    }
    @ </ol>
  }
  fossil_free(azCSP);

  if( alert_enabled() ){
    char * zListId = db_get("email-listid", 0);
    @ <li><p> Email alert configuration summary:
    if( !zListId || !zListId[0] ){
      @ <br><strong>WARNING:</strong> <code>email-listid</code> is not set,
      @ so notifications will not include unsubscribe links.
    }
    fossil_free(zListId);
    @ <table class="label-value">
    stats_for_email();
    @ </table>
  }else{
    @ <li><p> Email alerts are disabled
  }