]> git.pld-linux.org Git - packages/squirrelmail.git/blob - squirrelmail-ri_once.patch
- add missing R: webapps
[packages/squirrelmail.git] / squirrelmail-ri_once.patch
1 diff -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.023618 seconds and 3 git commands to generate.