[freeside-commits] freeside/FS/FS UID.pm,1.48,1.48.4.1

Ivan,,, ivan at wavetail.420.am
Mon Sep 12 13:06:40 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv5458

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	UID.pm 
Log Message:
fix no REMOTE_USER error to refer to "installation instructions" instead of long-gone httemplate/docs/install.html

Index: UID.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/UID.pm,v
retrieving revision 1.48
retrieving revision 1.48.4.1
diff -u -w -d -r1.48 -r1.48.4.1
--- UID.pm	26 Mar 2010 04:50:39 -0000	1.48
+++ UID.pm	12 Sep 2011 20:06:38 -0000	1.48.4.1
@@ -286,7 +286,7 @@
     $user = lc ( $cgi->connection->user );
   } else {
     die "fatal: Can't get REMOTE_USER! for cgi $cgi - you need to setup ".
-        "Apache user authentication as documented in httemplate/docs/install.html";
+        "Apache user authentication as documented in the installation instructions";
   }
   $user;
 }



More information about the freeside-commits mailing list