This commit was generated by cvs2svn to compensate for changes in r2155,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
stefanp 2002-03-11 13:49:50 +00:00
parent 72d15e11ab
commit 4a7616d5a0
51 changed files with 1885 additions and 0 deletions

10
Application/main.hac Normal file
View file

@ -0,0 +1,10 @@
/**
* renders AppManager
*/
if ( checkAddress()==false ) return;
if ( checkAuth(this)==false ) return;
res.skin="global";
res.body = this.renderSkinAsString("main");