|  | @@ -25,8 +25,10 @@ global.Core.Path = {
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  //Global Extension Require 
 | 
	
		
			
				|  |  | +global.serverUID   = (Math.ceil(Math.random()*61439+4096)).toString(16).toUpperCase();
 | 
	
		
			
				|  |  |  global.Moment       = require('moment-range').extendMoment(require('moment'));
 | 
	
		
			
				|  |  |  global.URL          = require('url');
 | 
	
		
			
				|  |  | +global.Querystring  = require('querystring');
 | 
	
		
			
				|  |  |  global.FILE         = require('fs-extra');
 | 
	
		
			
				|  |  |  global.EJS          = require('ejs');
 | 
	
		
			
				|  |  |  global.ASYNC        = require('async');
 |