8 lines
192 B
Text
8 lines
192 B
Text
if ( checkAddress()==false ) return;
|
|
if ( checkAuth(this)==false ) return;
|
|
|
|
res.data.body = this.renderSkinAsString("main");
|
|
res.data.title = "Application " + this.name;
|
|
renderSkin ("api");
|
|
|
|
|