- Timestamp:
- 05/07/21 20:56:22 (4 years ago)
- Location:
- trunk/FACT++/www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/schedule/save.php
r20052 r20100 18 18 $password = $_SERVER['PHP_AUTH_PW']; 19 19 20 $con = @ldap_connect( $ldaphost);20 $con = @ldap_connect("ldap://".$ldaphost); 21 21 if (!$con) 22 22 return "ldap_connect failed to ".$ldaphost; … … 148 148 149 149 $measurements = array(); 150 while($row = $ db->fetch_assoc($sql))150 while($row = $sql->fetch_assoc()) 151 151 $measurements[$row['fMeasurementTypeKey']] = $row; 152 152 -
trunk/FACT++/www/smartfact/index.php
r18514 r20100 22 22 $password = $_SERVER['PHP_AUTH_PW']; 23 23 24 $con = @ldap_connect( $ldaphost);24 $con = @ldap_connect("ldap://".$ldaphost); 25 25 if (!$con) 26 26 return "ldap_connect failed to ".$ldaphost;
Note:
See TracChangeset
for help on using the changeset viewer.