summary refs log tree commit diff stats
path: root/php/definitions.php
diff options
context:
space:
mode:
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
+?>