From 8c28ce805700a4ab6996263338eab77120d269a4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 23 Jul 2008 23:50:49 +0000 Subject: Tell write_config() the reason for the change. --- usr/local/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 4f92c2d..8c50eec 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -146,7 +146,7 @@ if ($_POST){ } } - write_config(); + write_config("Widget configuration has been changed."); header("Location: index.php"); exit; } -- cgit v1.1