Skip to content
This repository has been archived by the owner on Feb 17, 2018. It is now read-only.

Commit

Permalink
added cfg again
Browse files Browse the repository at this point in the history
  • Loading branch information
riedel committed Dec 26, 2011
1 parent 0293868 commit d80283b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ console.log('Feedability : NodeJS Feed Proxy With Readability');
*/
// built in libraries
//
var cfg= require('lib/cfg'),
fs = require('fs'),
var fs = require('fs'),
http = require('http'),
util = require('util');

// internal libraries
var log = new (require('./lib/log.js').Logger)('core'),
var cfg = require('./lib/cfg.js'),
log = new (require('./lib/log.js').Logger)('core'),
func = require('./lib/func.js'),
ProxyRequest = require('./lib/proxy.js').ProxyRequest;

Expand Down

0 comments on commit d80283b

Please sign in to comment.