From 28977f0ff28290bd063599c183e0e4539ae5546d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 9 Apr 2012 20:51:25 +0200 Subject: Fix plaintext client view Signed-off-by: Florian Pritz --- application/views/file_plaintext/client.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'application/views/file_plaintext/client.php') diff --git a/application/views/file_plaintext/client.php b/application/views/file_plaintext/client.php index 86e6e1391..b37fd81bd 100644 --- a/application/views/file_plaintext/client.php +++ b/application/views/file_plaintext/client.php @@ -7,7 +7,6 @@ Development (git): http://git.server-speed.net/users/flo/fb Latest release: GPG sigs, older versions: -If you want to use authentication (needed for deleting) add the following -to your ~/.netrc: - machine paste.xinu.at password my_secret_password +To authenticate add the following to your ~/.netrc: + machine paste.xinu.at login my_username password my_secret_password -- cgit v1.2.3-24-g4f1b