[dw-free] Missing semicolon in doc/config-local.pl.txt
[commit: http://hg.dwscoalition.org/dw-free/rev/9855cd3ce549]
http://bugs.dwscoalition.org/show_bug.cgi?id=2610
Fix missing semicolon.
Patch by
sophie.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2610
Fix missing semicolon.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- doc/config-local.pl.txt
-------------------------------------------------------------------------------- diff -r 883eaaea079f -r 9855cd3ce549 doc/config-local.pl.txt --- a/doc/config-local.pl.txt Tue May 04 06:53:30 2010 +0000 +++ b/doc/config-local.pl.txt Sat May 08 13:15:16 2010 -0500 @@ -57,7 +57,7 @@ # Configure what you want blocked here. Requires $USE_TOR_CONFIGS to be on. %TOR_CONFIG = ( shop => 1, # Disallow Tor users from accessing the Shop. - ) + ); # PayPal configuration. If you want to use PayPal, uncomment this # section and make sure to fill in the fields at the bottom of config-private.pl. --------------------------------------------------------------------------------