muh
This commit is contained in:
parent
83792eae74
commit
0d92b9a8f1
@ -132,7 +132,7 @@ function Websrv(tbot, tsql, tlib) {
|
|||||||
res.writeHead(200, { 'Content-Type': 'text/html' });
|
res.writeHead(200, { 'Content-Type': 'text/html' });
|
||||||
res.end(tpl(), 'utf-8');
|
res.end(tpl(), 'utf-8');
|
||||||
}
|
}
|
||||||
else if(filePath.match(new RegExp("/^\.\/git\//i"))) {
|
else if(filePath.match(/^\.\/git\//i)) {
|
||||||
console.log(filePath);
|
console.log(filePath);
|
||||||
console.log(req);
|
console.log(req);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user