From 6392799410477d3e1c279c7be48ede1d23e69181 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 28 Aug 2024 02:51:48 +0000 Subject: [PATCH] add video counter and list --- www/header-2.php | 10 +++++-- www/videos.php | 71 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+), 3 deletions(-) create mode 100644 www/videos.php diff --git a/www/header-2.php b/www/header-2.php index e4f3d67..b710034 100644 --- a/www/header-2.php +++ b/www/header-2.php @@ -4,7 +4,9 @@ { $path=$_GET["q"]; } - + + $files = glob("./content/PreMuxed/*.*"); + $count = count($files); ?> @@ -19,7 +21,9 @@ - +