basic video tile

This commit is contained in:
lukas-heiligenbrunner
2020-03-31 11:44:52 +02:00
parent e8f6da345c
commit 237a5742cf
5 changed files with 72 additions and 1 deletions

6
php/movie.php Normal file
View File

@ -0,0 +1,6 @@
<?php
if(isset($_POST['action'])){
echo("{'data':[{'url':'./vid.mp4'}]}");
}else{
echo("{'data':'$_POST[0]'}");
}