Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

define("NODE_URL", "http://nodejs.org/dist/" . NODE_VER . "/" . NODE_FILE);

define("NODE_DIR", "node");
define("NODE_DIR", "../node"); // change it to node if your hosting service don't allow to put file above public folder ..// e.g 000webhostapp while infinityfree and godaddy allows user to put file above public folder.

define("NODE_PORT", 49999);

Expand Down