From f80651a09e6f219dbd520948519c03c83125beed Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 24 Feb 2025 14:24:56 -0500 Subject: [PATCH] bugfix: privatebin directorybot should be disallowed unless pb_public_directory is set to true --- abra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index 8b1491a..3141f78 100644 --- a/abra.sh +++ b/abra.sh @@ -1,2 +1,2 @@ export PB_PHP_CONFIG_VERSION=v1 -export PB_ROBOTS_VERSION=v1 \ No newline at end of file +export PB_ROBOTS_VERSION=v2 \ No newline at end of file