Browse Source

minor change

Thomas Thümmler 1 year ago
parent
commit
4c92efabf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      patchpanel/index.php

+ 1 - 1
patchpanel/index.php

@@ -206,7 +206,7 @@
            
             $ToBeExec = 'echo "' . $ElogEntry . '" | elog -h localhost -p 8080 -l main-spectrometer -v -u sds-operator mainspec.13 -a Author="' . $ElogAuthor . '" -a Email=katrin-sds-status@lists.kit.edu -a Type=Routine -a Category=General -a Subject="' . $ElogConfig . '" -x -n 2'; 
           
-          	echo "<script>window.open(' . $ToBEExec . ')</script>";
+          	echo "Message for Elog: ".$ToBEExec.$PHP_EOL;
           
             // currently not working due to server change 
 			//shell_exec($ToBeExec);