changed <? to <?php in everything
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 11 Apr 2000 23:19:53 +0000 (23:19 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 11 Apr 2000 23:19:53 +0000 (23:19 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@411 7612ce4b-ef26-0410-bec9-ea0150e637f0

47 files changed:
config/config_default.php
config/deepocean_theme.php
config/default_theme.php
config/forest_theme.php
config/ice_theme.php
config/purple_theme.php
config/sandstorm_theme.php
config/seaspray_theme.php
config/slashdot_theme.php
functions/array.php
functions/date.php
functions/display_messages.php
functions/i18n.php
functions/imap.php
functions/imap_general.php
functions/imap_mailbox.php
functions/imap_messages.php
functions/mailbox_display.php
functions/mime.php
functions/page_header.php
functions/prefs.php
functions/smtp.php
functions/strings.php
functions/tree.php
functions/url_parser.php
index.php
src/addrbook_popup.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/left_main.php
src/load_prefs.php
src/login.php
src/move_messages.php
src/options.php
src/options_submit.php
src/read_body.php
src/right_main.php
src/signout.php
src/webmail.php

index 57cc7858d7ffe4b9fd4d66c8aceb6b8618de8641..a05f69ece885117d994ca58b2db2699199cf7831 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 //  Organization's logo picture (blank if none)
     $org_logo = "../images/sm_logo.jpg";
 
index fb308b4e858d4d3e4ed1637721e0986b2ffd3424..3b04137da598e6684d8b710b9a9ce1c38aae1735 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 3, 2000
        Theme Name:   "Deep Blue"
index 3e6bfc5b185c2228589549c0732a95a6136ad842..cdaa67ca5976fa4f459218690539fd3a5f579124 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 2, 2000
        Theme Name:   "Default Theme"
index 92ee5e1d9c1c208cfdc4e80c49f53d54f5fe554b..b5ec89d2330a3d86724323eeb61546033ac17837 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 7, 2000
        Theme Name:   "Forest Theme"
index aec73a684b3d9a2a098b00c943d07a4cfe2483e2..f177269d6a12881176891c836683b0d1b19c5592 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 7 2000
        Theme Name:   "Ice Theme"
index 7c82410913b5301ef1bbdc3549053466069d0c34..c5365e0a5c6ddca068d8f730fe5913873484d3c7 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 7, 2000
        Theme Name:   "Purple Theme"
index 76ec4444391b8406b53c1c6a12dac8f69d993fa9..483f7181514c596c12bb3e46ff6f73177e9bc0ce 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 2, 2000
        Theme Name:   "Sand Storm"
index ab5f5f41d8ddbd0b2df167e10e8b172cde61295b..41832b02104da0005ab80bd9554eca6b1f5743b5 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         March 3, 2000 
        Theme Name:   "Sea Spray Theme"
index f39a7dd0cd21babdbd4644ca2bc242c93cf42acd..485ca98aaf158718827bae9d8950c08ebe77985c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** Author:       Luke Ehresman
        Date:         January 3, 2000
        Theme Name:   "Slashdot Theme"
index 8432ee6d440905fed69a13b4020190ddcf6d226e..be81def2b031741f7ff91574eadf02f69e96e2a7 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  array.php
     **
index a3403f95688ae344dfc49b9070dd0480802627ca..6384d941aaba267b24590ae9e4846d1be3944457 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  date.php
     **
index 639c7e9efece461e55e7b4bcdca94d178161558b..30f0084f74a25853f6ac3fba775315f7065e54e6 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  display_messages.php
     **
index 13c31124365584694603cd980ba861ca7ba07c5a..5028caf64496227b97963e806f34234bf20c337f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /**
  ** i18n.php
index 1ef7ace33eb5a6a60ce8d510c23db715fa68a41b..6ec0025efc49d783cd5c287c124a01bb8293a9b4 100644 (file)
@@ -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.
     **/
index 9d9638258f44e5468fcc22b645bff99a049f972e..0ed842d3f36d29ff406475ab8dfe7413bc0cf3f7 100755 (executable)
@@ -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>
                            <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>
                         </center>
                      </body>
                   </html>
-               <?
+               <?php
                session_destroy();
                exit;
             } else {
index 699e8380f5506828871e90c151d97ca69012ba94..5912c3f24ec50eb14fc3bb450ffd0f1e5f743f90 100755 (executable)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  imap_mailbox.php
     **
index fe3255fa3abb1e3eb65574dcceb68d444d6d1ba2..a7ac66e62873f28d981d5efa5baf3661655f7c05 100755 (executable)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  imap_messages.php
     **
index 3c4ae6f433bd16a7eb9834cf1edbcc9b3fad7310..220458ae089cd9d5b5c49b439555a3f5aa1a840c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
    /**
     **  mailbox_display.php
index 43bcad88bcb306b1e58cd2e4e23f5c70a4675472..7e73a65ae1acea9a41052014d7ed88f8e7a97bc3 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** mime.php
     **
     ** This contains the functions necessary to detect and decode MIME
index 30c5448879745370866c1beff277695adecb7106..5d78405f290a8a0d170819d659353eb6c1c900b2 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  page_header.php
     **
index 30bfd06ada945e97d99af38d1076571d01ccbdc7..f636ec4a836085385c34813c75a74f8cfb7b3585 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  prefs.php
     **
index 52ef385121eec3ecac176f53815259f6a83835ea..049b8da20a0bcb3d3d5f6c169fb3e68c836d29a0 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** smtp.php
     **
     ** This contains all the functions needed to send messages through
index c9c6b9b29b32124d9343b43a6e998331e0f44804..c9162fa3a50af03be2e8eee1c96538514c91bb83 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
    $strings_php = true;
 
index 02482b3ca494f011e4af9bbc481f77cd8017edbd..9715385fd7c3cdb42499734f7ccb23662e0fa4db 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    $tree_php = true;
 
    if (!isset($imap_php))
index 692f79759e332129770f08dfe98e55c1ae51ab09..30f95b3d179d058b1271ad24bc6071e36eb800db 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /* URL Passing code to allow links from with in emails */
 
    $url_parser_php = true;
index b482a801ff3a9b57b5cd9627d8cbde18b641c26c..9a80878ddd3b7c85578456acaf1a53abe599ea3f 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,3 +1,3 @@
-<?
+<?php
    header("Location: src/login.php");
 ?>
index 8183997f002a747c4ad685ebb1a4cc1ef1cd49d7..a403d056b555243472b57414f1358da38630b68e 100644 (file)
@@ -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>
 
index 54d9314cccfbb729aa02053411b3029df34abb75..988b012b310642fb66a41affa4552fbaf66b1b56 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** This code sends a mail.
     **
     ** There are 3 modes of operation:
index e1ebb06cccf6326b607296c52b8c68ad58826deb..f167062e8670e896a59b731c3d1d3f84a8f9ad6b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index b247350b1240ee829b50745c3a44d5188d2b6da4..546bc86c8c317ad7272297755538c6bf62611986 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index a89b2cc3740c00e7ba6f30b49b2921b231be1ff3..4a18b8bac87aed0612221ce005db2f7fa7ecba5c 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    include("../config/config.php");
index 3e7f28f0544b020fd1097f06801ac2935518850b..1f86f92c7ec89d7a9904f830a4357c7a19caa64e 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index db606fd0d3c15219e584bddeca1f1fbd9c746e3e..6a0db857227b841a757ca9211ba9902f9e20e143 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index 23f18c05ef67f03d160ccce0684e34311a3bd8e5..c6d06a6dd26e77c03692ec16092405803daae4e8 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    /*
index 368ccade602b3a625b09dbd06d76188e730e0b09..fa941d76a93357bc98cba7286ed63faa1fe4e7a9 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index a745c90e97987b3511dd18f1610d1b7965c817c2..7580e31661ec8e42c1939874cdc50ff306ad26fc 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index e054045129e5144082d45b14d70ac45afe585142..e92a433d23b3d0bdf9baf09b403f5b4b754b8f15 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index d6db5c5ea62c6333e0c524b7f94b674ec7432387..36fed66b8b8a5311aacb671d31c9d66a624d3c01 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  left_main.php
     **
index 27e3c13c89ca72a310b6db520b55b4f81207954a..68d583065346d9eddbf67f10267923d2cd6f3fd2 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    if (!isset($config_php))
       include("../config/config.php");
    if (!isset($prefs_php))
index 0466b50c47cf97a72d1992b4ab43944789748e3d..c511fee45f56a2bf757570f58fca74530b6b53c6 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  login.php
     **
index 6ddcc1e03b86f7eeb112fe72039372751a584d83..59b57fc9e7d357200c8453320e5e14e8df645941 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index d0b1995c91c7ffaf12a604e5ba657b00ab8e8f1e..ba5a9bd6f601581264734c6bc14fd62bbbbfa7a6 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index 6478a3a11330f0e049e9378e32356f0ff3df17f9..900e8b83f053cdbf2df5b4459cbd6bf603a13272 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index 46591cb7be5cc9633d14e550f150ae074a05b993..5af3aa0634a1bbf0f8c649535e03a8f640715c43 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    session_start();
 
    if (!isset($config_php))
index 18eb55399c6dbc4fcaa3e8bd4f38c9ace7bdec76..dd914b7d3c6a3d9b4c01602aa47cb547131e8af0 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /**
     **  right_main.php
     **
@@ -39,7 +39,7 @@
 ?>
 <HTML>
 <FONT FACE="Arial,Helvetica">
-<?
+<?php
    /////////////////////////////////////////////////////////////////////////////////
    //
    // incoming variables from URL:
index 00e3de9f9bd2ecf565b182b0fce011b5c7be7a79..cdd778e47fddeee7385f5f49444959be1996e8f5 100644 (file)
@@ -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();
 ?>
index 095493020d1b52f36a6ce148cdef0bfd269cfc06..199e84eee8c1b3496eb62dee03dafc4b59c49286 100644 (file)
@@ -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");