--- trunk/tntnet/dynamic/critical.ecpp 2007/11/27 15:26:42 70 +++ trunk/tntnet/dynamic/critical.ecpp 2007/11/27 17:08:11 71 @@ -1,11 +1,22 @@ +<%pre> +#include +#include +#include +#include + + <%config> dburl; <&header title="Critical systems"> +<{ +tntdb::Connection conn; + +conn = tntdb::connect(dburl); //letting exceptions flow up and to tntnet and let it display an error message -<$ dburl $> +}> <&footer>