deda-ca / cgi-node

CGI Node.js complete module to replace PHP on shared hosting such as GoDaddy
http://www.cgi-node.org/
MIT License
173 stars 21 forks source link

Problems with include function #9

Open oagarcia opened 9 years ago

oagarcia commented 9 years ago

I installed it, and noticed that Includes don't work with relative pats.. so I ended up with something like: <? include("/home/myuser/public_html/connect.jss") ?>

deda-ca commented 9 years ago

You are right. I have a TODO note on the mapPath(path) method that still needs to be implemented. I'll get on it and send you a note when it is done.