9 |
+++ e-smith-email-5.0.0/root/etc/e-smith/db/configuration/migrate/20smtp-auth-proxy-Debug 2010-05-04 20:49:27.000000000 +0200 |
+++ e-smith-email-5.0.0/root/etc/e-smith/db/configuration/migrate/20smtp-auth-proxy-Debug 2010-05-04 20:49:27.000000000 +0200 |
10 |
@@ -0,0 +1,5 @@ |
@@ -0,0 +1,5 @@ |
11 |
+{ |
+{ |
12 |
+ my $debug = $DB->get_prop('smtp-authj-proxy','Debug') or return; |
+ my $debug = $DB->get_prop('smtp-auth-proxy','Debug'); |
13 |
+ |
+ |
14 |
+ $DB->set_prop('smtp-authj-proxy','Debug', 'disabled') if $debug eq 1; |
+ $DB->set_prop('smtp-auth-proxy','Debug', 'disabled') if $debug eq 0; |
15 |
+} |
+} |