htdocs/node/serverPath.js
2024-12-24 22:44:26 +00:00

6 lines
128 B
JavaScript
Executable File

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