2002-03-11 13:49:50 +00:00
|
|
|
if ( checkAddress()==false ) return;
|
|
|
|
if ( checkAuth(this)==false ) return;
|
|
|
|
|
2002-05-31 14:14:37 +00:00
|
|
|
res.data.body = this.renderSkinAsString("main");
|
|
|
|
res.data.title = "Application " + this.name;
|
|
|
|
renderSkin ("api");
|
2002-03-11 13:49:50 +00:00
|
|
|
|
|
|
|
|