scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 61  →  ?path2? @ 62
/text.php
@@ -68,7 +68,8 @@
break;
case 'LOAD':
if(!file_exists($userPath.'.html')) {
header('File not found.', true, 404);
### If the file does not exist, present an empty file instead of 404.
echo '';
return;
}
### Set no-cache