From 052ea1501ffb841862c340124f1799035c58afc4 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Mon, 11 Jan 2021 00:51:23 +0100 Subject: Set default content from video index --- php/definitions.php | 1 - php/rd-procedures.php | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/php/definitions.php b/php/definitions.php index 4787535..f1909ed 100644 --- a/php/definitions.php +++ b/php/definitions.php @@ -3,5 +3,4 @@ $dpath = 'data/'; $common = 'common.mvms'; # common header/footer contents $channel = 'channel'; # Channel index $cpath = 'mvms/'; # Path of the contents -$vid = 0; # default video ?> diff --git a/php/rd-procedures.php b/php/rd-procedures.php index 496287d..d2bfe11 100644 --- a/php/rd-procedures.php +++ b/php/rd-procedures.php @@ -1,6 +1,9 @@