summary refs log tree commit diff stats
path: root/php/definitions.php
blob: f1909edfb6b72574f0ca61bbc9082d30d14e8fea (plain) (blame)
1
2
3
4
5
6
<?php // Variables and constants definition 
$dpath = 'data/';
$common = 'common.mvms';  # common header/footer contents
$channel = 'channel';	  # Channel index
$cpath = 'mvms/';	  # Path of the contents
?>