@@ -1,4 +1,4 @@
-<?
+<?php
// Organization's logo picture (blank if none)
$org_logo = "../images/sm_logo.jpg";
/** Author: Luke Ehresman
Date: January 3, 2000
Theme Name: "Deep Blue"
Date: January 2, 2000
Theme Name: "Default Theme"
Date: January 7, 2000
Theme Name: "Forest Theme"
Date: January 7 2000
Theme Name: "Ice Theme"
Theme Name: "Purple Theme"
Theme Name: "Sand Storm"
Date: March 3, 2000
Theme Name: "Sea Spray Theme"
Theme Name: "Slashdot Theme"
/**
** array.php
**
** date.php
** display_messages.php
** i18n.php
/** This just includes the different sections of the imap functions.
** They have been organized into these sections for simplicity sake.
**/
** imap.php
@@ -98,7 +98,7 @@
<td bgcolor=dcdcdc>
<font color=cc0000>
<center>
- <? echo _("ERROR") ?>
+ <?php echo _("ERROR") ?>
</center>
</font>
</td>
@@ -106,8 +106,8 @@
<tr>
<td>
- <? echo _("Unknown user or password incorrect.") ?><br>
- <a href="login.php"><? echo _("Click here to try again") ?></a>
+ <?php echo _("Unknown user or password incorrect.") ?><br>
+ <a href="login.php"><?php echo _("Click here to try again") ?></a>
</tr>
@@ -115,7 +115,7 @@
</body>
</html>
- <?
+ <?php
session_destroy();
exit;
} else {
** imap_mailbox.php
** imap_messages.php
** mailbox_display.php
/** mime.php
** This contains the functions necessary to detect and decode MIME
** page_header.php
** prefs.php
/** smtp.php
** This contains all the functions needed to send messages through
$strings_php = true;
$tree_php = true;
if (!isset($imap_php))
/* URL Passing code to allow links from with in emails */
$url_parser_php = true;
@@ -1,3 +1,3 @@
header("Location: src/login.php");
?>
@@ -35,8 +35,8 @@
<FRAMESET ROWS="60,*" BORDER=0>
<FRAME NAME="abookmain" MARGINWIDTH=0 SCROLLING=NO
- SRC="addrbook_search.php?PHPSESSID=<? echo $PHPSESSID; ?>&show=form" BORDER=0>
- <FRAME NAME="abookres" MARGINWIDTH=0 SRC="addrbook_search.php?PHPSESSID=<? echo $PHPSESSID; ?>&show=blank"
+ SRC="addrbook_search.php?PHPSESSID=<?php echo $PHPSESSID; ?>&show=form" BORDER=0>
+ <FRAME NAME="abookres" MARGINWIDTH=0 SRC="addrbook_search.php?PHPSESSID=<?php echo $PHPSESSID; ?>&show=blank"
BORDER=0>
</FRAMESET>
/** This code sends a mail.
** There are 3 modes of operation:
session_start();
if (!isset($config_php))
include("../config/config.php");
/*
** left_main.php
if (!isset($prefs_php))
** login.php
** right_main.php
@@ -39,7 +39,7 @@
<HTML>
<FONT FACE="Arial,Helvetica">
/////////////////////////////////////////////////////////////////////////////////
//
// incoming variables from URL:
@@ -25,7 +25,7 @@
# setcookie("logged_in", 0, time(), "/");
echo "<BODY TEXT=000000 BGCOLOR=$color[4] LINK=$color[7] VLINK=$color[7] ALINK=$color[7]>\n";
echo "<BR><BR><TABLE BGCOLOR=FFFFFF BORDER=0 COLS=1 WIDTH=50% CELLSPACING=0 CELLPADDING=2 ALIGN=CENTER>";
echo " <TR BGCOLOR=$color[0] WIDTH=100%>";
@@ -55,6 +55,6 @@
</BODY>
</HTML>
** webmail.php
@@ -31,7 +31,7 @@
}
<HTML><HEAD>
include ("../config/config.php");
include ("../functions/prefs.php");
include ("../functions/imap.php");