1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

There is a option now so admin can allow each user to chose if wants to

let other users download or share his videos
This commit is contained in:
daniel 2018-12-15 09:36:45 -03:00
parent 9fcf188e73
commit ac26179b0c
34 changed files with 581 additions and 61 deletions

View file

@ -11,4 +11,4 @@
'onlyVerifiedEmailCanUpload'=>'Users must verify their emails before upload/submit videos',
'sendVerificationMailAutomaic'=>'After sign up we will automatic send a verification email',
'userMustBeLoggedIn'=>'Hide the website to non logged users');
createTable("CustomizeAdvanced", $filter);
createTable("CustomizeUser", $filter);