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 "resources/require.php"; require_once "resources/check_auth.php"; if (permission_exists('script_editor_view')) { //access granted } else { echo "access denied"; exit; } //add multi-lingual support // included in the header.php file below 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']."
".$text['label-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"; ?>