summary refs log tree commit diff stats
path: root/php/definitions.php
diff options
context:
space:
mode:
authorNaglfar <naglfar@tilde.institute>2021-01-08 01:48:41 +0100
committerNaglfar <naglfar@tilde.institute>2021-01-08 01:48:41 +0100
commit4eebbfb79c42abd8ebcd7d1776f164588a3d16b0 (patch)
treeb30d4d039b3618b948ce95873a6df266a888dd44 /php/definitions.php
parent37ce89d17dbff71c107db5bc280e1721dbaae6ad (diff)
downloadMightyWVMS-4eebbfb79c42abd8ebcd7d1776f164588a3d16b0.tar.gz
Add data management php scripts
Diffstat (limited to 'php/definitions.php')
-rw-r--r--php/definitions.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/php/definitions.php b/php/definitions.php
new file mode 100644
index 0000000..3da4399
--- /dev/null
+++ b/php/definitions.php
@@ -0,0 +1,8 @@
+<?php // Variables and constants definition 
+$dpath = 'data/';
+$toc = 'toc.mvms';	  # Table of contents
+$common = 'common.mvms';  # common header/footer contents
+$channel = 'channel';	  # Channel index
+$cpath = 'mvms/';	  # Path of the contents
+$vid = 0;		  # default video
+?>