mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 11:39:19 -05:00
@@ -699,6 +699,8 @@ class TorrentController extends Controller
|
||||
$torrent->anon = $request->input('anonymous');
|
||||
$torrent->stream = $request->input('stream');
|
||||
$torrent->sd = $request->input('sd');
|
||||
$torrent->moderated_at = Carbon::now();
|
||||
$torrent->moderated_by = 1; //System ID
|
||||
|
||||
// Validation
|
||||
$v = validator($torrent->toArray(), [
|
||||
|
||||
Reference in New Issue
Block a user