|
@@ -17,14 +17,12 @@
|
|
include("../config/config.php");
|
|
include("../config/config.php");
|
|
if (!isset($strings_php))
|
|
if (!isset($strings_php))
|
|
include("../functions/strings.php");
|
|
include("../functions/strings.php");
|
|
|
|
+ if (!isset($auth_php))
|
|
|
|
+ include("../functions/auth.php");
|
|
if (!isset($page_header_php))
|
|
if (!isset($page_header_php))
|
|
include("../functions/page_header.php");
|
|
include("../functions/page_header.php");
|
|
- if (!isset($imap_php))
|
|
|
|
- include("../functions/imap.php");
|
|
|
|
if (!isset($date_php))
|
|
if (!isset($date_php))
|
|
include("../functions/date.php");
|
|
include("../functions/date.php");
|
|
- if (!isset($mime_php))
|
|
|
|
- include("../functions/mime.php");
|
|
|
|
if (!isset($smtp_php))
|
|
if (!isset($smtp_php))
|
|
include("../functions/smtp.php");
|
|
include("../functions/smtp.php");
|
|
if (!isset($display_messages_php))
|
|
if (!isset($display_messages_php))
|
|
@@ -34,7 +32,6 @@
|
|
|
|
|
|
include("../src/load_prefs.php");
|
|
include("../src/load_prefs.php");
|
|
|
|
|
|
-
|
|
|
|
// Insert hidden data
|
|
// Insert hidden data
|
|
function addr_insert_hidden() {
|
|
function addr_insert_hidden() {
|
|
global $body, $subject, $send_to, $send_to_cc, $send_to_bcc;
|
|
global $body, $subject, $send_to, $send_to_cc, $send_to_bcc;
|