11 lines
173 B
Text
11 lines
173 B
Text
|
/**
|
||
|
* renders AppManager
|
||
|
*/
|
||
|
|
||
|
if ( checkAddress()==false ) return;
|
||
|
if ( checkAuth(this)==false ) return;
|
||
|
|
||
|
res.skin="global";
|
||
|
res.body = this.renderSkinAsString("main");
|
||
|
|