templatize folder management (create, rename, delete, subscribe).
[squirrelmail.git] / include / constants.php
index 2a60258533b92594527d1315553ab8f7af68ee83..e6e20486be22a08c1437ceaacb53333f589b0dd8 100644 (file)
@@ -4,9 +4,8 @@
  * constants.php
  *
  * 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.
  *
+ * Before 1.5.2 script was stored in functions/constants.php
  * @copyright © 1999-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
@@ -152,7 +151,8 @@ define('SQM_COL_TO', 9);
 define('SQM_COL_CC', 10);
 define('SQM_COL_BCC', 11);
 
-/** @since 1.2.0 */
+/**
+ * FIXME: error notice on direct load
+ * @since 1.2.0
+ */
 do_hook('loading_constants');
-
-?>
\ No newline at end of file