Skip to content

Commit 532d2ed

Browse files
author
Ganesh B
committed
Minor changes to options for ini and cgi paths
1 parent 32aeb6d commit 532d2ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

main.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
/* eslint no-console: 0 */
66

7-
var URL = require('url');
8-
var child = require('child_process');
9-
var path = require('path');
10-
var fs = require('fs');
11-
var shell = require('shelljs');
7+
const URL = require('url');
8+
const child = require('child_process');
9+
const path = require('path');
10+
const fs = require('fs');
11+
const shell = require('shelljs');
1212
const util = require('util')
1313

14-
var PHP_CGI = shell.which('php-cgi');
14+
const PHP_CGI = shell.which('php-cgi');
1515

1616
function find_file(url, php_dir, callback) {
1717
var file = path.join(php_dir, url.pathname);

0 commit comments

Comments
 (0)