summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 5be503c..91a70b4 100644
--- a/index.php
+++ b/index.php
@@ -6,10 +6,10 @@ require 'php/rd-procedures.php';  #video management (Read data)
 require 'php/wd-procedures.php';  #video management (Write/update data)
 ?>
 <!DOCTYPE html>
-<html lang="<?php echo $mdata[3] ?>">
+<html lang="<?php echo $wsdata[3] ?>">
 <head>
-  <title><?php printf("%s - %s", $vdata[2], $mdata[0]) ?></title>
-  <meta name="description" content="<?php echo $mdata[4] ?>" />
+  <title><?php printf("%s - %s", $vdata[2], $wsdata[0]) ?></title>
+  <meta name="description" content="<?php echo $wsdata[4] ?>" />
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
   <link rel="stylesheet" type="text/css" href="/theme/body-wrapper.css"/>
 </head>