diff options
author | andi <andi@splitbrain.org> | 2005-03-03 23:29:03 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-03-03 23:29:03 +0100 |
commit | 3dc3a5f166aa2c4e345b27f6811db5889261c3d4 (patch) | |
tree | cc2295a03f04aad6df1aa6b03c9538087df0fcca /inc/html.php | |
parent | 08505e404feaf25dae0741eb381980f26b2f6d98 (diff) | |
download | rpg-3dc3a5f166aa2c4e345b27f6811db5889261c3d4.tar.gz rpg-3dc3a5f166aa2c4e345b27f6811db5889261c3d4.tar.bz2 |
safemode hack #179
darcs-hash:20050303222903-9977f-038e77fc63d17af9bda168d214cecd1cf84b5aa9.gz
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php index 4761ade99..36bd25e2f 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1124,6 +1124,7 @@ function html_debug(){ $cnf = $conf; $cnf['auth']='***'; $cnf['notify']='***'; + $cnf['ftp']='***'; print '<html><body>'; |