-->-->-->-->-->-->-->-->-->-->-->-->--> include_once "/home/waggacwc/public_html/refurb/RETRO-GLOBALS.php"; include_once "$LIBRARYPATH/RETROVOX-CONSTANT-VARIABLES.php"; include_once "$LIBRARYPATH/fnFillWebTemplate.php"; include_once "$LIBRARYPATH/fnMessageToHtml.php"; include_once "$LIBRARYPATH/fnCodeToHtml.php"; include_once "$LIBRARYPATH/fnCodeFromHtml.php"; include_once "$LIBRARYPATH/fnListBlockToHtml.php"; include_once "$LIBRARYPATH/fnHyperlinkPlainText.php"; $sFilePath = $_GET['file']; $sFilePath = str_replace('\\', '/', $sFilePath); $sFilePath = preg_replace('#[/]+#', '/', $sFilePath); $sFilePathEncoded = htmlspecialchars($sFilePath); $aaTextLines = file($ERRORTEMPLATE); $sErrorTemplateContents = implode('', $aaTextLines); $aaTextLines = file($ADMINTEMPLATE); $sAdminTemplateContents = implode('', $aaTextLines); $sPageTitle = "Server Notepad: Choose a file to edit"; $sPageContent = "
You can use this page to choose a text file to edit