X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUID.pm;h=cd3d6c1fa52e132f403386f187a6c7c85410c163;hb=5a4f8e8d72812c35e986f91cea22aa6496d11168;hp=e3a4604b4ef0b459fa8078149f442d93d163c944;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index e3a4604b4..cd3d6c1fa 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -128,7 +128,7 @@ sub forksuidsetup { } } else { - warn "NO CONFIGURATION TABLE FOUND"; + warn "NO CONFIGURATION TABLE FOUND" unless $FS::Schema::setup_hack; } unless ( $callback_hack ) { @@ -286,7 +286,7 @@ sub cgisetotaker { $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; }