diff options
| author | bwarsaw | 2000-09-29 00:20:02 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-09-29 00:20:02 +0000 |
| commit | 7fadb7449ca8657bb4209133a0e020d7ba750258 (patch) | |
| tree | bef27c2d386f5ac0751ca85b03d4d5c72c1f03d4 /scripts | |
| parent | ceddf83bf0000704b4c2c3428db124e88d4a1ee4 (diff) | |
| download | mailman-7fadb7449ca8657bb4209133a0e020d7ba750258.tar.gz mailman-7fadb7449ca8657bb4209133a0e020d7ba750258.tar.zst mailman-7fadb7449ca8657bb4209133a0e020d7ba750258.zip | |
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/driver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/driver b/scripts/driver index 73fc7ec4f..c002e56a7 100644 --- a/scripts/driver +++ b/scripts/driver @@ -27,7 +27,7 @@ import sys # comfortable with. By setting STEALTH_MODE to 1, you disable the printing of # this information to the web pages. This information is still, and always, # printed in the error logs. -STEALTH_MODE = 0 +STEALTH_MODE = 1 |
