summary refs log tree commit diff stats
path: root/php/rd-procedures.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/rd-procedures.php')
-rw-r--r--php/rd-procedures.php3
1 files changed, 3 insertions, 0 deletions
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 @@
 <?php
 $vindex = file($dpath.$wsdata[3].'/toc.mvms', FILE_IGNORE_NEW_LINES); 
 
+# default video
+$vid = $vindex[0];
+
 /* 1 parse the URL */
 $vdata = explode('/', $_SERVER['REQUEST_URI']);