Selaa lähdekoodia

changed <? to <?php in everything

Luke Ehresman 25 vuotta sitten
vanhempi
commit
e02cfd342e

+ 1 - 1
config/config_default.php

@@ -1,4 +1,4 @@
-<?
+<?php
 //  Organization's logo picture (blank if none)
     $org_logo = "../images/sm_logo.jpg";
 

+ 1 - 1
config/deepocean_theme.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 3, 2000
        Theme Name:   "Deep Blue"

+ 1 - 1
config/default_theme.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 2, 2000
        Theme Name:   "Default Theme"

+ 1 - 1
config/forest_theme.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 7, 2000
        Theme Name:   "Forest Theme"

+ 1 - 1
config/ice_theme.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 7 2000
        Theme Name:   "Ice Theme"

+ 1 - 1
config/purple_theme.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 7, 2000
        Theme Name:   "Purple Theme"

+ 1 - 1
config/sandstorm_theme.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 2, 2000
        Theme Name:   "Sand Storm"

+ 1 - 1
config/seaspray_theme.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         March 3, 2000 
        Theme Name:   "Sea Spray Theme"

+ 1 - 1
config/slashdot_theme.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 3, 2000
        Theme Name:   "Slashdot Theme"

+ 1 - 1
functions/array.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  array.php
     **

+ 1 - 1
functions/date.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  date.php
     **

+ 1 - 1
functions/display_messages.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  display_messages.php
     **

+ 1 - 1
functions/i18n.php

@@ -1,4 +1,4 @@
-<?
+<?php
 
 /**
  ** i18n.php

+ 1 - 1
functions/imap.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**  This just includes the different sections of the imap functions.
     **  They have been organized into these sections for simplicity sake.
     **/

+ 5 - 5
functions/imap_general.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  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>
                                  <center>
-                                 <? 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>
                                  </center>
                               </td>
                            </tr>
@@ -115,7 +115,7 @@
                         </center>
                      </body>
                   </html>
-               <?
+               <?php
                session_destroy();
                exit;
             } else {

+ 1 - 1
functions/imap_mailbox.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  imap_mailbox.php
     **

+ 1 - 1
functions/imap_messages.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  imap_messages.php
     **

+ 1 - 1
functions/mailbox_display.php

@@ -1,4 +1,4 @@
-<?
+<?php
 
    /**
     **  mailbox_display.php

+ 1 - 1
functions/mime.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** mime.php
     **
     ** This contains the functions necessary to detect and decode MIME

+ 1 - 1
functions/page_header.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  page_header.php
     **

+ 1 - 1
functions/prefs.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  prefs.php
     **

+ 1 - 1
functions/smtp.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** smtp.php
     **
     ** This contains all the functions needed to send messages through

+ 1 - 1
functions/strings.php

@@ -1,4 +1,4 @@
-<?
+<?php
 
    $strings_php = true;
 

+ 1 - 1
functions/tree.php

@@ -1,4 +1,4 @@
-<?
+<?php
    $tree_php = true;
 
    if (!isset($imap_php))

+ 1 - 1
functions/url_parser.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /* URL Passing code to allow links from with in emails */
 
    $url_parser_php = true;

+ 1 - 1
index.php

@@ -1,3 +1,3 @@
-<?
+<?php
    header("Location: src/login.php");
 ?>

+ 2 - 2
src/addrbook_popup.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>
 

+ 1 - 1
src/compose.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /** This code sends a mail.
     **
     ** There are 3 modes of operation:

+ 1 - 1
src/delete_message.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/download.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/empty_trash.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    include("../config/config.php");

+ 1 - 1
src/folders.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/folders_create.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/folders_delete.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    /*

+ 1 - 1
src/folders_rename_do.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/folders_rename_getname.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/folders_subscribe.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/left_main.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  left_main.php
     **

+ 1 - 1
src/load_prefs.php

@@ -1,4 +1,4 @@
-<?
+<?php
    if (!isset($config_php))
       include("../config/config.php");
    if (!isset($prefs_php))

+ 1 - 1
src/login.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  login.php
     **

+ 1 - 1
src/move_messages.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/options.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/options_submit.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 1 - 1
src/read_body.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))

+ 2 - 2
src/right_main.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  right_main.php
     **
@@ -39,7 +39,7 @@
 ?>
 <HTML>
 <FONT FACE="Arial,Helvetica">
-<?
+<?php
    /////////////////////////////////////////////////////////////////////////////////
    //
    // incoming variables from URL:

+ 3 - 3
src/signout.php

@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
 	/**
@@ -25,7 +25,7 @@
 #	setcookie("logged_in", 0, time(), "/");
 ?>
 <HTML>
-<?
+<?php
    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>
-<?
+<?php
    session_destroy();
 ?>

+ 2 - 2
src/webmail.php

@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  webmail.php
     **
@@ -31,7 +31,7 @@
    }
 ?>
 <HTML><HEAD>
-<?
+<?php
    include ("../config/config.php");
    include ("../functions/prefs.php");
    include ("../functions/imap.php");