htdocs/node/serverPath.js
2024-11-02 01:03:32 +00:00

6 lines
121 B
JavaScript

let serverPath = "/var/www/html"
if (typeof module !== 'undefined' && module.exports) {
module.exports = serverPath;
}