File: 1099_remove-debug-code.patch

package info (click to toggle)
gosa 2.8~git20230203.10abe45%2Bdfsg-1%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 32,364 kB
  • sloc: php: 32,085; javascript: 10,836; pascal: 3,775; xml: 3,135; sh: 852; python: 162; makefile: 45; perl: 2
file content (13 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/plugins/admin/users/class_userManagement.inc
+++ b/plugins/admin/users/class_userManagement.inc
@@ -323,10 +323,6 @@
             $dn  = $this->dn;
             $acl = $this->ui->get_permissions($dn, "users/password");
             $cacl= $this->ui->get_permissions($dn, "users/user");
-            print($this->dn);
-            echo '<pre>';
-            var_dump($this->ui->get_permissions($dn, "users/password"));
-            echo '</pre>';
             if (preg_match('/w/', $acl) || preg_match('/c/', $cacl)){
 
                 // Get posted passwords