summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 141bdca..f987d9f 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,7 @@
<?php
+// ffmpeg -y -i <source> -vf scale=1280:720,fps=fps=24 -an <id>.webm
+
header("X-Frame-Options: DENY");
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php";
header("Location: /app/");