10 lines
182 B
Text
10 lines
182 B
Text
/**
|
|
* renders AppManager
|
|
*/
|
|
|
|
if ( checkAddress()==false ) return;
|
|
if ( checkAuth(this)==false ) return;
|
|
|
|
res.data.body = this.renderSkinAsString("main");
|
|
renderSkin ("global");
|
|
|