Portions created by the Initial Developer are Copyright (C) 2008-2012 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane James Rose */ include "root.php"; require_once "includes/require.php"; require_once "includes/checkauth.php"; if (permission_exists('script_editor_view')) { //access granted } else { echo "access denied"; exit; } //add multi-lingual support require_once "app_languages.php"; foreach($text as $key => $value) { $text[$key] = $value[$_SESSION['domain']['language']['code']]; } require_once "header.php"; $file = $_GET["file"]; $file = str_replace ("\\", "/", $file); $folder = $_GET["folder"]; $folder = str_replace ($file, "", $folder); $urlpath = str_replace ($_SERVER["DOCUMENT_ROOT"], "", $folder); echo "
"; echo "\n"; echo ""; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
"; echo ""; echo ""; echo "\n"; echo "\n"; echo ""; echo "
".$text['label-path']."
File:
"; echo "
"; echo " "; echo ""; echo "
"; echo ""; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo "





"; echo "
"; echo "
"; echo "
"; require_once "footer.php"; ?>