helma/DocFunction/main.hac

9 lines
180 B
Text
Raw Normal View History

if ( checkAddress()==false ) return;
if ( checkAuth(this)==false ) return;
res.body = this.renderSkinAsString("main");
res.skin = "api";
res.title = "Application " + this.name;