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