8 lines
191 B
Text
8 lines
191 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");
|
|
|
|
|