summaryrefslogtreecommitdiff
path: root/pages/page_init.eh
blob: 5a367df4bb7cd2c6dd6c7a84bbe09a0e41590d2f (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 a 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>