mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
allow download per category
add an option to decide what category can be downloaded and what can not
This commit is contained in:
parent
1df01c93e4
commit
7d90140d8a
8 changed files with 46 additions and 8 deletions
|
@ -4,7 +4,7 @@ if (file_exists("../videos/configuration.php")) {
|
|||
exit;
|
||||
}
|
||||
|
||||
$installationVersion = "7.7";
|
||||
$installationVersion = "7.8";
|
||||
|
||||
|
||||
header('Content-Type: application/json');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue