summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
authorNaglfar <naglfar@tilde.institute>2021-01-08 23:07:56 +0100
committerNaglfar <naglfar@tilde.institute>2021-01-08 23:07:56 +0100
commitb3999a235201891805ad9477d5e31cfcd88fe180 (patch)
tree3526ae7a373a42fdb331219c92c27ce173adcad1 /index.php
parent954e914a4f100348c4cd7fdaef7d2ae7a10d4392 (diff)
downloadMightyWVMS-b3999a235201891805ad9477d5e31cfcd88fe180.tar.gz
Add video views counter
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index e5d86bf..cc1ab1e 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,8 @@
 require 'php/definitions.php';	# Variables and constants definition
 # Interact with variables in the execution environment
 require 'php/ws-procedures.php';  # website specific
-require 'php/vm-procedures.php';  # video management
+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] ?>">