(:',
This commit is contained in:
parent
2059682fb5
commit
2dbeb55a8a
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
<!doctype html>
|
||||
<?php
|
||||
if(isset($_GET['source'])) {
|
||||
highlight_file(__FILE__);
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
<a id="mpv" href="mpv:<?=filter_input(INPUT_GET, "url", FILTER_SANITIZE_URL);?>">Open in MPV</a>
|
||||
<script>
|
||||
document.getElementById('mpv').click();
|
||||
|
|
Loading…
Reference in a new issue