let serverPath = "/var/www/html"

if (typeof module !== 'undefined' && module.exports) {
	module.exports = serverPath;
}