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

Site admin can now add new Usergroups and categories directly into the encoder

The encoder will use the Streamer theme and javascript
https://github.com/WWBN/AVideo/issues/4621
Create a new version to make sure they are compatible streamer (v10.5) and the encoder (v3.8)
This commit is contained in:
DanielnetoDotCom 2021-03-10 11:07:23 -03:00
parent 3cf34c3047
commit 231e4303b9
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ if (file_exists("../videos/configuration.php")) {
exit;
}
$installationVersion = "10.4";
$installationVersion = "10.5";
error_log("Installation: ".__LINE__." ". json_encode($_POST));
header('Content-Type: application/json');