1
0
Fork 0
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:
daniel 2019-10-31 13:46:31 -03:00
parent 1df01c93e4
commit 7d90140d8a
8 changed files with 46 additions and 8 deletions

View file

@ -4,7 +4,7 @@ if (file_exists("../videos/configuration.php")) {
exit;
}
$installationVersion = "7.7";
$installationVersion = "7.8";
header('Content-Type: application/json');