* To reduce on errors, I moved the includes for config.php and strings.php
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 26 Apr 2001 14:28:02 +0000 (14:28 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 26 Apr 2001 14:28:02 +0000 (14:28 +0000)
commit6ee631f7b92f6a205e0841ac40e6b0e763a5a734
tree273bc6e8f4805fd24adce63d90a92e06fbdc7f77
parent88663c22f9978f184f9227f5bec0c956df89b49a
* To reduce on errors, I moved the includes for config.php and strings.php
  into validate.php.
    = They (config/strings) were used eveywhere validate was used
    = Validate already included auth.php (which included i18n.php)
    = Now including just one file does a lot of stuff including loading
      SM config, validating data, and loading internationalization
    = Since we only include config.php once and not dozens of times, we could
      have a slight speed increase

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1306 7612ce4b-ef26-0410-bec9-ea0150e637f0
36 files changed:
functions/auth.php
functions/mime.php
functions/page_header.php
functions/tree.php
src/addrbook_popup.php
src/addrbook_search.php
src/addrbook_search_html.php
src/addressbook.php
src/compose.php
src/delete_message.php
src/download.php
src/empty_trash.php
src/folders.php
src/folders_create.php
src/folders_delete.php
src/folders_rename_do.php
src/folders_rename_getname.php
src/folders_subscribe.php
src/help.php
src/left_main.php
src/load_prefs.php
src/login.php
src/move_messages.php
src/options.php
src/options_display.php
src/options_folder.php
src/options_highlight.php
src/options_order.php
src/options_personal.php
src/read_body.php
src/redirect.php
src/right_main.php
src/search.php
src/signout.php
src/validate.php
src/webmail.php