summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_routes.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index 043f74c..e806ddf 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -78,8 +78,9 @@ if ($_POST) {
if ($_GET['act'] == "del") {
if ($a_routes[$_GET['id']]) {
+ $changedesc .= "removed route to {$_GET['id']}";
unset($a_routes[$_GET['id']]);
- write_config("Static Routes: removed route to {$_GET['id']}");
+ write_config($changedesc);
touch($d_staticroutesdirty_path);
header("Location: system_routes.php");
exit;
OpenPOWER on IntegriCloud