forked from I2P_Developers/i2p.i2p
12 lines
383 B
Plaintext
12 lines
383 B
Plaintext
|
<%
|
||
|
/*
|
||
|
* USE CAUTION WHEN EDITING
|
||
|
* Trailing whitespace OR NEWLINE on the last line will cause
|
||
|
* IllegalStateExceptions !!!
|
||
|
*
|
||
|
* Do not tag this file for translation.
|
||
|
*/
|
||
|
response.setContentType("text/plain");
|
||
|
String base = net.i2p.I2PAppContext.getGlobalContext().getBaseDir().getAbsolutePath();
|
||
|
net.i2p.util.FileUtil.readFile("history.txt", base, response.getOutputStream());
|
||
|
%>
|