From fb0380f48203a11584773f3db335eaadd9cc6fdf Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 11:23:55 -0500 Subject: This zip file was identified as ltshell-3.5.zip --- shell/bin/editor.php | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) (limited to 'shell/bin/editor.php') diff --git a/shell/bin/editor.php b/shell/bin/editor.php index 6eac87e..39db3d8 100644 --- a/shell/bin/editor.php +++ b/shell/bin/editor.php @@ -1,21 +1,24 @@ '; + echo ''; + echo ''."\n"; + echo ''; + echo ''; } - } else { - if (isset($args[1]) && file_exists($args[1])) { - $text = file_get_contents($args[1]); - } else { - $text = ''; - } - echo '
'; - echo ''; - echo ''."\n"; - echo ''; - echo '
'; } } + -- cgit v1.2.3