<?php
   define('ROOT_DIR', realpath(__DIR__.'/../..'));

   define('DATA_DIR', ROOT_DIR.'/data');
   define('VIDEO_DIR', DATA_DIR.'/videos');
?>