From 7a4c6c010f695d6cc2fa0fc827ef855023317c5b Mon Sep 17 00:00:00 2001 From: Aaron Sherber Date: Sat, 16 Mar 2024 19:46:57 -0400 Subject: [PATCH] Update conf.sample.php --- cfg/conf.sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/conf.sample.php b/cfg/conf.sample.php index 8c8eeb6a..7db4c889 100644 --- a/cfg/conf.sample.php +++ b/cfg/conf.sample.php @@ -254,8 +254,8 @@ dir = PATH "data" ; Only use this if you allow short URL creation without credentials. ; - Alternatively, using the parameters in this section ("signature" and ; "apiurl"), "urlshortener" needs to point to the base URL of your PrivateBin -; instance with "shortenviayourls?link=" appended. For example: -; urlshortener = "${basepath}shortenviayourls?link=" +; instance with "?shortenviayourls&link=" appended. For example: +; urlshortener = "${basepath}?shortenviayourls&link=" ; This URL will in turn call YOURLS on the server side, using the URL from ; "apiurl" and the "access signature" from the "signature" parameters below.