[freeside-commits] freeside/FS/FS UID.pm,1.49,1.49.2.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-serv5449
Modified Files:
Tag: FREESIDE_2_3_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.49
retrieving revision 1.49.2.1
diff -u -w -d -r1.49 -r1.49.2.1
--- UID.pm 24 Apr 2011 00:33:36 -0000 1.49
+++ UID.pm 12 Sep 2011 20:06:37 -0000 1.49.2.1
@@ -288,7 +288,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