Commit d6a820d574d2b21f276e4b200f0a0269385371fc

Authored by Adhidarma Hadiwinoto
1 parent 1c2b642e5f
Exists in master

require querystring

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

control-panel/lib/router-login.js
... ... @@ -2,6 +2,7 @@
2 2  
3 3 const module_name = 'CONTROL_PANEL_' + require('path').basename(__filename);
4 4  
  5 +const querystring = require('querystring');
5 6 const express = require('express');
6 7 const bodyParser = require('body-parser');
7 8 const router = express.Router();