diff options
author | Jim P <jim@pingle.org> | 2013-02-04 12:53:37 -0800 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-02-04 12:53:37 -0800 |
commit | 8f6cc05a152373e1cf375d888f70c174cbdf51a4 (patch) | |
tree | aeda75d0e03e3af8b4d6fc7eb17e5a2408b871ec /config/filemgr/rbfminc | |
parent | a7842c04ba066ff7528353ca5a8118932b7b247e (diff) | |
parent | 89998a299cb72f88b33c9a2e3e48a45722745e63 (diff) | |
download | pfsense-packages-8f6cc05a152373e1cf375d888f70c174cbdf51a4.tar.gz pfsense-packages-8f6cc05a152373e1cf375d888f70c174cbdf51a4.tar.bz2 pfsense-packages-8f6cc05a152373e1cf375d888f70c174cbdf51a4.zip |
Merge pull request #378 from ExolonDX/master
Update HTML code in File Manager
Diffstat (limited to 'config/filemgr/rbfminc')
-rw-r--r-- | config/filemgr/rbfminc/config.tmp | 4 | ||||
-rw-r--r-- | config/filemgr/rbfminc/rename.tmp | 4 | ||||
-rw-r--r-- | config/filemgr/rbfminc/session.tmp | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/config/filemgr/rbfminc/config.tmp b/config/filemgr/rbfminc/config.tmp index 47a7563a..405514f8 100644 --- a/config/filemgr/rbfminc/config.tmp +++ b/config/filemgr/rbfminc/config.tmp @@ -89,7 +89,7 @@ if( !get_magic_quotes_gpc() ){ //END Protect against GLOBALS tricks /***********************************/ //if($username == 'admin' and $password == 'admin'){ - //$security_issues = "<div align='center' style='color: red;'><b>Security issue</b>: Please change your username or password</div>"; + //$security_issues = "<div align=\"center\" style=\"color: red;\"><b>Security issue</b>: Please change your username or password</div>"; //} $security_issues = "<br />"; -?>
\ No newline at end of file +?> diff --git a/config/filemgr/rbfminc/rename.tmp b/config/filemgr/rbfminc/rename.tmp index 6d56c449..285e19d1 100644 --- a/config/filemgr/rbfminc/rename.tmp +++ b/config/filemgr/rbfminc/rename.tmp @@ -11,7 +11,8 @@ if($user_login == 'ok'){ <title>Rename</title> </head> <body> -<script language="javascript"> +<script type="text/javascript"> +//<![CDATA[ <? //print_r($_POST); if($_POST['o'] != $_POST['n']){ @@ -30,6 +31,7 @@ if($_POST['o'] != $_POST['n']){ } ?> +//]]> </script> </body> </html> diff --git a/config/filemgr/rbfminc/session.tmp b/config/filemgr/rbfminc/session.tmp index 8f3a666e..7cfc133d 100644 --- a/config/filemgr/rbfminc/session.tmp +++ b/config/filemgr/rbfminc/session.tmp @@ -29,4 +29,4 @@ if($_SESSION['username'] and $_SESSION['password']){ } } -?>
\ No newline at end of file +?> |