Index: /trunk/FACT++/www/smartfact/index.php
===================================================================
--- /trunk/FACT++/www/smartfact/index.php	(revision 14399)
+++ /trunk/FACT++/www/smartfact/index.php	(revision 14400)
@@ -103,4 +103,6 @@
     // http://ip-address-lookup-v4.com/ip/92.205.118.219
 
+    print($user);
+
     return;
 }
@@ -180,5 +182,5 @@
 
         // $args = "filename":label --arg:"key1=value" --arg:"key2=value"
-        $cmd = $path.'/dimctrl --user "'.$_SERVER['PHP_AUTH_USER'].'"  --start '.escapeshellarg($script.$args);
+        $cmd = $path.'/dimctrl --user "'.$_SERVER['PHP_AUTH_USER'].'"  --batch '.escapeshellarg($script.$args);
 
         // Execute
@@ -221,5 +223,5 @@
     return header('HTTP/1.0 500 Execution failed [rc='.$rc."]");
 
-print($rc);
+print($_SERVER['PHP_AUTH_USER']."\n".$rc);
 
 if (isset($_GET['debug']))
