Add updates.

This commit is contained in:
AB
2019-05-01 01:52:11 +03:00
parent aaf9a59303
commit 5405ca18c2
3 changed files with 24 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
calen.json calen.json
cowbell/

View File

@ -786,5 +786,23 @@
"md5": "88213bb750fe4a32eebc2ae7e419ba77", "md5": "88213bb750fe4a32eebc2ae7e419ba77",
"id": 146, "id": 146,
"time": 1521741316 "time": 1521741316
},
{
"filename": "DesertDream-end.mod",
"md5": "ba9cd7ebe9653b44bd1ee9f934459208",
"id": 147,
"time": 1528630147
},
{
"filename": "inco-byggsats13.mod",
"md5": "9a821a493094c9aef6114050b18c10d9",
"id": 148,
"time": 1537185191
},
{
"filename": "wingsofd.XM",
"md5": "a6d407a587217e3d01c9beb8364ee13d",
"id": 149,
"time": 1538069576
} }
] ]

View File

@ -42,3 +42,8 @@ include('library.php');
<?php include('upload.php');?> <?php include('upload.php');?>
</div> </div>
</div> </div>
<iframe name='player' id="iframe" src="simplePlayer/index.html" style="border:none;width:100%;height:500px;"></iframe>
<script>
iframe.contentWindow.postMessage('123', '*');
</script>