summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0595b1c)
raw | patch | inline | side by side (parent: 0595b1c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Aug 2010 13:39:43 +0000 (13:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Aug 2010 13:39:43 +0000 (13:39 +0000) |
- It doesn't match our needs anymore.
it fails for something like this 'pwd=%userPassword /script arg1 arg2' but its a valid command.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19465 594d385d-05f5-0310-b6e9-bd551577e9d8
it fails for something like this 'pwd=%userPassword /script arg1 arg2' but its a valid command.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19465 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/functions.inc | patch | blob | history |
index bfe31d074dd4ecdd28049ffe6b6e12e94f3c466b..9ac8c77550bf725d9bed74e1259781ef758b4abb 100644 (file)
* */
function check_command($cmdline)
{
+ return(TRUE);
$cmd= preg_replace("/ .*$/", "", $cmdline);
/* Check if command exists in filesystem */