X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmail_fetch%2Ffetch.php;h=d2e6eaef5c81e2364689750efd7fb9fb75d5c2c2;hp=03c9211b52b7f9ea6333999c98ada8651301463a;hb=ea5f4b8eaf805c4cc4e9533e87d057300a7fe666;hpb=96d985e56dd20e2045e07673fc42e1ad908b398e diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index 03c9211b..d2e6eaef 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -9,8 +9,11 @@ * Fetch code. * * $Id$ + * @package plugins + * @subpackage mail_fetch */ +/** @ignore */ define('SM_PATH','../../'); require_once(SM_PATH . 'include/validate.php');