From 1e8bc9575d6812b4235840e7ebb647202023e15f Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Thu, 29 Dec 2022 15:44:55 +0100 Subject: [PATCH] quotation marks test --- proj/y2t/handler.php | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 7ec77de..6e6397c 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -10,35 +10,16 @@
-

Welcome on the handler page v2

+

Welcome on the handler page v4

'; //echo '
'; @@ -46,22 +27,8 @@ echo ''; //echo '
'; } - //echo nl2br("\n END OF THE OUTPUT\n"); - /* - echo "check"; - - $url = 'https://www.youtube.com/watch?v=GNbTRJHbC4Q'; - $cmd = 'youtube-dl -o "/var/www/webapp_ed/ed.brz9.dev_/proj/y2t/output/%(id)s.%(ext)s" --skip-download --list-subs ' . escapeshellarg($url); - exec($cmd, $output, $ret); - echo 'output: '; - var_export($output); - echo "\nret: "; - var_export($ret); -*/ ?> - -