htdocs/node/serverPath.js

6 lines
121 B
JavaScript
Raw Normal View History

2024-11-02 02:03:32 +01:00
let serverPath = "/var/www/html"
if (typeof module !== 'undefined' && module.exports) {
module.exports = serverPath;
}