source: temp/trunk/html/admin/index.php @ 1328

Revision 1328, 242 bytes checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2require_once("./require.php");
3
4class LC_Page {
5    function LC_Page() {
6        $this->tpl_mainpage = 'login.tpl';
7    }
8}
9
10$objPage = new LC_Page();
11$objView = new SC_AdminView();
12$objView->assignobj($objPage);
13$objView->display(LOGIN_FRAME);
14?>
Note: See TracBrowser for help on using the repository browser.