X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fconstants.php;h=17bffe92496d938627f2c575cfe684bb9edfd1af;hp=a6600714320818702b534aae0cd68f9e77a9aa63;hb=acb7fa6573598f8061a7b96052fb2f7633c04351;hpb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4 diff --git a/functions/constants.php b/functions/constants.php index a6600714..17bffe92 100644 --- a/functions/constants.php +++ b/functions/constants.php @@ -6,9 +6,9 @@ * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * - * Loads constants used by the rest of the Squirrelmail source. - * This file is include by src/login.php, src/redirect.php and - * src/load_prefs.php. + * Loads constants used by the rest of the SquirrelMail source. + * This file is included by functions/date.php, include/load_prefs.php, + * plugins/administrator/defines.php, src/login.php and src/redirect.php. * * @version $Id$ * @package squirrelmail @@ -17,9 +17,9 @@ /** Need to enable plugin functions for a hook */ require_once(SM_PATH . 'functions/plugin.php'); /* Required for the hook */ -/**************************************************************/ -/* Set values for constants used by Squirrelmail preferences. */ -/**************************************************************/ +//////////////////////////////////////////////////////////////// +// Set values for constants used by SquirrelMail preferences. // +//////////////////////////////////////////////////////////////// /* Define basic, general purpose preference constants. */ define('SMPREF_NO', 0);