summaryrefslogtreecommitdiff
path: root/pages/page_init.eh
blob: da4374e588f1613c3890d157cf45026a3662ddee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<%pre>
// do not add to Makefile
// and do not write a ecpp comment into this file. It must produce no
// html output not even an empty line.
#include <tnt/savepoint.h>
#include <exception.h>
</%pre>
<%request scope="global">
std::string pageTitle;
</%request>
<%cpp>
try {
	reply.setHeader("Expires", "Mon, 26 Jul 1997 05:00:00 GMT");
	tnt::Savepoint spoint( reply );
</%cpp>