]> git.pld-linux.org Git - packages/squirrelmail.git/blame - squirrelmail-ri_once.patch
- obsloete (included in source)
[packages/squirrelmail.git] / squirrelmail-ri_once.patch
CommitLineData
23278118 1diff -ru squirrelmail-1.2.6/plugins/motd/setup.php plugins.AX/motd/setup.php
2--- squirrelmail-1.2.6/plugins/motd/setup.php Sat Apr 21 03:06:07 2001
3+++ plugins.AX/motd/setup.php Fri May 24 11:17:08 2002
4@@ -1,3 +1,4 @@
5+<?php /* Modified at 1 places by ri_once */ ?>
6 <?php
7 /*
8 * motd v1.2
9@@ -21,7 +22,7 @@
10 $motd_file = "../config/motd.php";
11
12 if(file_exists($motd_file)) {
13- include($motd_file);
14+ /* '_once' Added by ri_once */ include_once($motd_file);
15 }
16 else {
17 print "<hr width=\"50%\">";
This page took 0.260508 seconds and 4 git commands to generate.