From dca0316178371e336a839ef740a1844033e9b23a Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 13 Oct 2014 18:15:01 +0800 Subject: [PATCH] Fix incorrect image names (upper case -> lower case). --- howto/store.spamassassin.bayes.in.sql.md | 2 +- html/store.spamassassin.bayes.in.sql.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/howto/store.spamassassin.bayes.in.sql.md b/howto/store.spamassassin.bayes.in.sql.md index f0dfba79..48aa86c2 100644 --- a/howto/store.spamassassin.bayes.in.sql.md +++ b/howto/store.spamassassin.bayes.in.sql.md @@ -174,7 +174,7 @@ disable_functions =show_source,system,shell_exec,passthru,phpinfo,proc_open ; You will see a new toolbar button after logging into Roundcube webmail: -![](../images/Markasjunk2_toolbar_button.png) +![](../images/markasjunk2_toolbar_button.png) Check SQL database `sa_bayes` before we testing this plugin: diff --git a/html/store.spamassassin.bayes.in.sql.html b/html/store.spamassassin.bayes.in.sql.html index 4f655864..b1632245 100644 --- a/html/store.spamassassin.bayes.in.sql.html +++ b/html/store.spamassassin.bayes.in.sql.html @@ -169,7 +169,7 @@ disable_functions =show_source,system,shell_exec,passthru,phpinfo,proc_open ;
  • Restarting Apache web server.
  • You will see a new toolbar button after logging into Roundcube webmail:

    -

    +

    Check SQL database sa_bayes before we testing this plugin:

    # mysql -uroot -p
     mysql> USE sa_bayes;