Index: /trunk/FACT++/www/smartfact/index.php
===================================================================
--- /trunk/FACT++/www/smartfact/index.php	(revision 13754)
+++ /trunk/FACT++/www/smartfact/index.php	(revision 13755)
@@ -93,5 +93,5 @@
 
 if (isset($_GET['stop']))
-    $str = exec($path."/dimctrl --stop", $out, $rc);
+    $str = exec($path."/dimctrl --user '".$_SERVER['PHP_AUTH_USER']."' --stop", $out, $rc);
 
 if (isset($_GET['start']))
@@ -118,5 +118,5 @@
         $args .= ' \"'.$key.'='.$value.'\"';
 
-    $str = exec($path.'/dimctrl --start "'.$args.'"', $out, $rc);
+    $str = exec($path.'/dimctrl --user "'.$_SERVER['PHP_AUTH_USER'].'"  --start "'.$args.'"', $out, $rc);
 }
 
