page counter next up previous contents
Next: sqspell_options.php Up: 目錄 plugins Previous: setup.php   Contents

sqspell_interface.php

  1. 變更設定檔的位置。
    [root@mail squirrelmail-1.4.8]# diff -wuN ./plugins/squirrelspell/sqspell_interface.php /var/www/squirrelmail/plugins/squirrelspell/sqspell_interface.php
    --- ./plugins/squirrelspell/sqspell_interface.php	2006-08-09 15:07:20.000000000 +0800
    +++ /var/www/squirrelmail/plugins/squirrelspell/sqspell_interface.php	2006-12-31 08:18:14.000000000 +0800
    @@ -34,7 +34,7 @@
     $SQSPELL_DIR='plugins/squirrelspell/';
     $SQSPELL_CRYPTO=FALSE;
     
    -require_once(SM_PATH . $SQSPELL_DIR . 'sqspell_config.php');
    +require_once('/etc/squirrelmail/plugins/sqspell_config.php');
     require_once(SM_PATH . $SQSPELL_DIR . 'sqspell_functions.php');
     
     /**
    



2016-03-11