helma/Application/main.hac

11 lines
173 B
Text
Raw Normal View History

/**
* renders AppManager
*/
if ( checkAddress()==false ) return;
if ( checkAuth(this)==false ) return;
res.skin="global";
res.body = this.renderSkinAsString("main");