📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 08:14:45
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
testing.orkobd
/
14
/
lib
/
node_modules
/
mysql
/
lib
/
protocol
/
packets
📍 /home/orkouolp/nodevenv/node_js/testing.orkobd/14/lib/node_modules/mysql/lib/protocol/packets
🔄 Refresh
✏️
Editing: UseOldPasswordPacket.js
Writable
module.exports = UseOldPasswordPacket; function UseOldPasswordPacket(options) { options = options || {}; this.firstByte = options.firstByte || 0xfe; } UseOldPasswordPacket.prototype.parse = function(parser) { this.firstByte = parser.parseUnsignedNumber(1); }; UseOldPasswordPacket.prototype.write = function(writer) { writer.writeUnsignedNumber(1, this.firstByte); };
💾 Save Changes
❌ Cancel