scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 72  →  ?path2? @ 73
/file.php
@@ -82,7 +82,7 @@
 
### Return the URL to the file.
header('Content-Type: text/plain; charset=utf-8');
echo sprintf('%s/%s', trim($config['URL_PATH'], '/'), $file);
echo $file;
break;
case 'GET':
### If no file has been specified for download then return.