<?php
defined('_VALID') or die('Restricted Access!');
return array(
'video_watched' => 300,
'video_browse' => 3600,
'video_view' => 3600,
'video_related' => 3600,
'video_comments' => 3600,
'video_search' => 7200,
'photo_browse' => 3600,
'photo_view' => 3600,
'photo_related' => 3600,
'photo_comments' => 3600
);