<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I don't allow my webserver to run operating system commands, so i
    disabled exec() as my default configuration. There are two places i
    found owncloud is using <i>exec()</i> one is in <i>apps/media/lib_scanner.php</i>
    used to call <i>mp3info</i>, to get the metadata of mp3 files.<br>
    <br>
    Maybe it would be nice to use the 3rd party library getid3 (
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="http://getid3.sourceforge.net/">http://getid3.sourceforge.net/</a>)?<br>
    <br>
    The other place i found was in <i>lib/util.php</i>, the method <i>checkServer()</i>
    (Line 183) want's to know which user is running the webserver, but
    the result is never used (as far as i can see). Maybe this is even
    uneccessary and would be great if it dissapears.<br>
    <br>
    Thank to all of you.<br>
    <br>
    Yours,<br>
    bbk<br>
  </body>
</html>