Changeset 1270 for trunk/procmail_opt.php
- Timestamp:
- 04/01/05 18:46:21 (4 years ago)
- Files:
-
- trunk/procmail_opt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/procmail_opt.php
r1262 r1270 10 10 11 11 if (!$already) { 12 13 14 // the following has been commented out for squirrelmail 1.4 version : 15 /* 12 16 chdir (".."); 13 17 session_start(); … … 19 23 include_once ("../functions/imap.php"); 20 24 25 if (isset($plugin_change_ldappass)) 26 $Messages = change_ldappass_check(); 27 21 28 include_once ("../src/load_prefs.php"); 29 displayPageHeader($color, "None"); 30 */ 31 32 define('SM_PATH','../../'); 33 /* SquirrelMail required files. */ 34 require_once(SM_PATH . 'include/validate.php'); 35 require_once(SM_PATH . 'functions/page_header.php'); 36 require_once(SM_PATH . 'functions/imap.php'); 37 require_once(SM_PATH . 'include/load_prefs.php'); 38 require_once (SM_PATH . "plugins/procmail_builder/config.php"); 39 40 41 42 22 43 displayPageHeader($color, "None"); 23 44 } 24 45 25 textdomain("procmail_builder");46 textdomain("procmail_builder"); 26 47 27 48 // submit :) let's DO something
