]> git.pld-linux.org Git - packages/squirrelmail.git/commitdiff
- some changes made by this patch are applied in new version of change_pass plugin
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 25 Jul 2003 15:48:31 +0000 (15:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squirrelmail-ri_once.patch -> 1.6

squirrelmail-ri_once.patch

index 27ed8c3b0cf2ee0f8870c840b56c04033e437cc6..b57fe2a8d0ce1548e382b0ebc86a654c0d522085 100644 (file)
@@ -1,45 +1,6 @@
 Only in squirrelmail-1.2.6/plugins/: administrator
 Only in squirrelmail-1.2.6/plugins/: bug_report
 Only in squirrelmail-1.2.6/plugins/: calendar
-diff -ru squirrelmail-1.2.6/plugins/change_pass/options.php plugins.AX/change_pass/options.php
---- squirrelmail-1.2.6/plugins/change_pass/options.php Mon Mar 26 16:59:01 2001
-+++ plugins.AX/change_pass/options.php Fri May 24 11:17:08 2002
-@@ -1,3 +1,4 @@
-+<?php /* Modified at 6 places by ri_once */ ?>
- <?php
-    /*
-     *  Change Pass
-@@ -8,15 +9,15 @@
-    session_start();
-    if (!isset($strings_php))
--      include ("../functions/strings.php");
-+      /* '_once' Added by ri_once */ include_once ("../functions/strings.php");
-    if (!isset($config_php))
--      include ("../config/config.php");
-+      /* '_once' Added by ri_once */ include_once ("../config/config.php");
-    if (!isset($page_header))
--      include ("../functions/page_header.php");
-+      /* '_once' Added by ri_once */ include_once ("../functions/page_header.php");
-    if (!isset($imap_php))
--      include ("../functions/imap.php");
-+      /* '_once' Added by ri_once */ include_once ("../functions/imap.php");
-    
--   include ("../src/load_prefs.php");
-+   /* '_once' Added by ri_once */ include_once ("../src/load_prefs.php");
-    if (isset($plugin_change_pass))
-        $Messages = change_pass_check();
-@@ -44,7 +45,7 @@
- }
- ?><tr><td>
--    <form method=post action="<?= $PHP_SELF ?>">
-+    <form method=post action="<?php /* '=' Modified to 'php blah echo'by ri_once */ echo  $PHP_SELF ?>">
-     <table>
-       <tr>
-         <th align=right>Old Password:</th>
-Binary files squirrelmail-1.2.6/plugins/change_pass/poppassd_1.8/poppassd and plugins.AX/change_pass/poppassd_1.8/poppassd differ
 Only in squirrelmail-1.2.6/plugins/: delete_move_next
 Only in squirrelmail-1.2.6/plugins/: filters
 Only in squirrelmail-1.2.6/plugins/: listcommands
This page took 0.087312 seconds and 4 git commands to generate.