[or-cvs] r14712: (ticket 76) Re-adding BadDir and BadExit to the defaults (torstatus/trunk/web)
kasimir at seul.org
kasimir at seul.org
Sun May 25 02:57:46 UTC 2008
Author: kasimir
Date: 2008-05-24 22:57:46 -0400 (Sat, 24 May 2008)
New Revision: 14712
Modified:
torstatus/trunk/web/config_template.php
Log:
(ticket 76) Re-adding BadDir and BadExit to the defaults
Modified: torstatus/trunk/web/config_template.php
===================================================================
--- torstatus/trunk/web/config_template.php 2008-05-25 02:31:18 UTC (rev 14711)
+++ torstatus/trunk/web/config_template.php 2008-05-25 02:57:46 UTC (rev 14712)
@@ -97,16 +97,16 @@
'V2Dir',
'HSDir',
'Platform',
- 'Hibernating'
+ 'Hibernating',
+ 'BadDir',
+ 'BadExit'
);
$ColumnList_INACTIVE_DEFAULT = array
(
'Fingerprint',
'LastDescriptorPublished',
- 'Contact',
- 'BadDir',
- 'BadExit'
+ 'Contact'
);
// }}}
More information about the tor-commits
mailing list