kamshory / ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
GNU General Public License v2.0
193 stars 176 forks source link

Fixes missing and incorrectly named constants. #122

Open IncubuzzCC opened 1 year ago

IncubuzzCC commented 1 year ago
  1. Corrects 2 typos using the CMD_OPTIONS_RRQ constant.
  2. CMD_GET_PINWIDTH constant was not declared but is used in getPinWidth function.
  3. getPinWidth function uses $net variable which was not defined.