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 "includes/require.php"; require_once "includes/checkauth.php"; if (permission_exists('php_editor_view')) { //access granted } else { echo "access denied"; exit; } 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 "
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"; ?>