]> git.sur5r.net Git - contagged/blobdiff - img.php
JavaScript updates (migration to JQuery + Interface)
[contagged] / img.php
diff --git a/img.php b/img.php
index 993a4fcabab6bb785c7540154d14d1a1a4bf872f..eeb44713e46bf1b984a66d686a8fcb8ef4c95e5c 100644 (file)
--- a/img.php
+++ b/img.php
@@ -2,7 +2,7 @@
   require_once('init.php');
   ldap_login();
 
-  $dn = $_REQUEST[dn];
+  $dn = $_REQUEST['dn'];
 
   $sr = ldap_search($LDAP_CON,$dn,'(objectClass=inetOrgPerson)',array('jpegPhoto'));
   if(!ldap_count_entries($LDAP_CON,$sr)){