diff options
author | Steve Price <steve@FreeBSD.org> | 2001-12-03 02:36:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-12-03 02:36:06 +0000 |
commit | 8d7f769abb82b6ab1bf151ef004da391f27fc81b (patch) | |
tree | bd8ed40078dc64dd7631c8ccea6eb073a8443395 /www/horde-devel/files/patch-ac | |
parent | Adding pear version 4.0.7. (diff) |
Adding horde version 2.0.
A common code-base used by Horde applications, written in PHP.
PR: 32088, 32145
Submitted by: Thierry Thomas <thierry@thomas.as>
Notes
Notes:
svn path=/head/; revision=50925
Diffstat (limited to 'www/horde-devel/files/patch-ac')
-rw-r--r-- | www/horde-devel/files/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/horde-devel/files/patch-ac b/www/horde-devel/files/patch-ac new file mode 100644 index 000000000000..3c6711021697 --- /dev/null +++ b/www/horde-devel/files/patch-ac @@ -0,0 +1,13 @@ +--- config/registry.php.dist.orig Mon Oct 29 02:35:33 2001 ++++ config/registry.php.dist Fri Nov 16 23:16:28 2001 +@@ -1,8 +1,8 @@ + <?php + // $Horde: horde/config/registry.php.dist,v 1.52 2001/10/29 01:35:33 chuck Exp $ + +-// $this->registry['auth']['login'] = 'imp'; +-// $this->registry['auth']['logout'] = 'imp'; ++//UNCOMMENTWHENINSTIMP$this->registry['auth']['login'] = 'imp'; ++//UNCOMMENTWHENINSTIMP$this->registry['auth']['logout'] = 'imp'; + // $this->registry['auth']['login'] = 'gollem'; + // $this->registry['auth']['logout'] = 'gollem'; + $this->registry['mail']['compose'] = 'imp'; |