scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 33  →  ?path2? @ 34
/quickload/share-text.php
@@ -36,6 +36,9 @@
if(!file_exists($userPath))
return;
header('Content-Type: text/html; charset=utf-8');
header('Cache-Control: no-cache, no-store, must-revalidate');
header('Pragma: no-cache');
header('Expires: 0');
echo atomized_get_contents($userPath);
break;
}