Portions created by the Initial Developer are Copyright (C) 2008-2012 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ include "root.php"; require_once "resources/require.php"; require_once "resources/check_auth.php"; if (permission_exists('music_on_hold_view')) { //access granted } else { echo "access denied"; exit; } $file_name = base64_decode($_GET['file_name']); $type = $_GET['type']; //moh //rec $category_dir = $_GET['category']; $sampling_rate_dir = $_GET['sampling_rate']; ?>
file:
"; echo ""; echo "\n"; } if ($file_ext == "mp3") { echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; } ?>