From 46bc6e545a17e77202aaf01ec0cd8d5a46567525 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Aug 2015 08:08:24 -0300 Subject: Move main pfSense content to src/ --- src/usr/local/www/edit.php | 254 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 src/usr/local/www/edit.php (limited to 'src/usr/local/www/edit.php') diff --git a/src/usr/local/www/edit.php b/src/usr/local/www/edit.php new file mode 100644 index 0000000..481b2ce --- /dev/null +++ b/src/usr/local/www/edit.php @@ -0,0 +1,254 @@ + strlen($_POST['data'])) { + echo "|" . gettext("Error while writing file") . ".|"; + } else { + echo "|" . gettext("File successfully saved") . ".|"; + } + } + exit; + } + exit; +} + +$closehead = false; +require("head.inc"); +outputCSSFileInline("code-syntax-highlighter/SyntaxHighlighter.css"); +outputJavaScriptFileInline("filebrowser/browser.js"); +outputJavaScriptFileInline("javascript/base64.js"); + +?> + + + + + + + + + +
+ + + + + +
+ + + + + + +
+ : + + + + +
+ +
+ + + + + + + + + +
+
+ + +
+
+ +
+ + + + + + + + + + + -- cgit v1.1