Added support to add/update metadata on multiple assets via a json file
This commit is contained in:
@@ -17,8 +17,6 @@ if ( ! $pos === false) {
|
||||
|
||||
date_default_timezone_set("UTC");
|
||||
|
||||
|
||||
|
||||
if (!($connection = @ mysqli_connect("$databaseHostName", "$databaseUsername", "$databasePassword")))
|
||||
die("Could not connect to database");
|
||||
|
||||
@@ -334,4 +332,6 @@ if ($pos !== false) {
|
||||
$HPR_Names = "Hackers";
|
||||
}
|
||||
|
||||
$allowed_extensions = array("flac", "opus", "ogg", "spx", "mp3", "jpg", "png", "json", "srt", "tsv", "txt", "vtt");
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user