Fix typo in comment (#4154)
parent
a3386e3e55
commit
358af5fea1
|
@ -29,7 +29,7 @@ exports.expressCreateServer = function (hook_name, args, cb) {
|
|||
var filePath = path.join(settings.root, "src", "static", "skins", settings.skinName, "robots.txt");
|
||||
res.sendFile(filePath, function(err)
|
||||
{
|
||||
//there is no custom favicon, send the default robots.txt which dissallows all
|
||||
//there is no custom robots.txt, send the default robots.txt which dissallows all
|
||||
if(err)
|
||||
{
|
||||
filePath = path.join(settings.root, "src", "static", "robots.txt");
|
||||
|
|
Loading…
Reference in New Issue