diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-11-09 23:38:31 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-11-09 23:38:31 +0100 |
commit | 5e485efe53d443d4674ff47302100ce204fbea05 (patch) | |
tree | 637efb686226e2b1cdb82bb6bbee64a287274aff /application | |
parent | 50c24f38f25d312ed37c56a307e31be50e39c3f5 (diff) |
file/client: Add information about fb's config file
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file/client.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/application/views/file/client.php b/application/views/file/client.php index ac9aeddb2..4bebb0b3f 100644 --- a/application/views/file/client.php +++ b/application/views/file/client.php @@ -12,14 +12,12 @@ machine <?php echo $domain; ?> login my_username password my_secret_password </pre> -<?php /* <p> - If you are using fb-client ≥1.1 you can also use - <code>~/.config/fb-client/config</code>. Please refer to + If you are using fb-client ≥1.1 you can use + <code>~/.config/fb-client/config</code> to upload to a different + pastebin URL (https or you own installation). Please refer to <code>man 1 fb</code> for further details. </p> - */ -?> <h2>Packages</h2> |