Changeset 12067


Ignore:
Timestamp:
2007/04/03 23:23:19 (17 years ago)
Author:
naka
Message:
 
Location:
branches/dev/data/downloads/module/security
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/security/security.php

    r12065 r12067  
    77 * 
    88 */ 
    9     print("testaaaaaa"); 
     9 
     10 require_once("../../require.php"); 
     11  
     12//¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹ 
     13class LC_Page { 
     14    //¥³¥ó¥¹¥È¥é¥¯¥¿ 
     15    function LC_Page() { 
     16        //¥á¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤Î»ØÄê 
     17        $this->tpl_mainpage = MODULE_PATH . 'security/security.tpl'; 
     18        $this->tpl_subtitle = '¥»¥­¥å¥ê¥Æ¥£¥Á¥§¥Ã¥¯'; 
     19    } 
     20} 
     21 
     22$objPage = new LC_Page(); 
     23$objView = new SC_AdminView(); 
     24$objQuery = new SC_Query(); 
     25 
     26 
     27 
     28 
     29 
    1030?> 
Note: See TracChangeset for help on using the changeset viewer.