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