summaryrefslogtreecommitdiffstats
path: root/src/etc/phpshellsessions/removeshaper
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/phpshellsessions/removeshaper')
-rw-r--r--src/etc/phpshellsessions/removeshaper2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/phpshellsessions/removeshaper b/src/etc/phpshellsessions/removeshaper
index ab35e8e..a715705 100644
--- a/src/etc/phpshellsessions/removeshaper
+++ b/src/etc/phpshellsessions/removeshaper
@@ -37,7 +37,7 @@ foreach ($config['filter']['rule'] as $key => $rule) {
unset($config['filter']['rule'][$key]);
}
}
-if (write_config()) {
+if (write_config(gettext("pfSsh.php removed shaper settings"))) {
echo gettext("Shaper Successfully Removed.\n");
} else {
echo gettext("Unable to write config.xml (Access Denied?)\n");
OpenPOWER on IntegriCloud