lets not serve published files
This commit is contained in:
parent
411348d341
commit
861483c997
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue