From 861483c997181b14f866a6823d280fe53684ee5b Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Wed, 29 Mar 2017 21:17:33 -0400 Subject: [PATCH] lets not serve published files --- LBRY.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LBRY.class.php b/LBRY.class.php index a84a6c19..7fdc413a 100644 --- a/LBRY.class.php +++ b/LBRY.class.php @@ -33,7 +33,7 @@ class LBRY public static function publishPublicClaim($name, $tmpFileName) { - $filePath = '/home/lbry/spee.ch/publishes/newupload-' . random_int(1, PHP_INT_MAX); + $filePath = '/home/lbry/publishes/newupload-' . random_int(1, PHP_INT_MAX); move_uploaded_file($tmpFileName, $filePath); @@ -82,4 +82,4 @@ class LBRY return reset($freePublicClaims); } -} \ No newline at end of file +}