File tree 4 files changed +20
-0
lines changed
4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ <h2>정보</h2>
2
+ <dl>
3
+ <dt>버전</dt>
4
+ <dd>MetaBBS <?= METABBS_VERSION ?> </dd>
5
+
6
+ <dt>데이터베이스 리비전</dt>
7
+ <dd>r<?= $ config ->get ('revision ' )?> </dd>
8
+
9
+ <dt>설치한 때</dt>
10
+ <dd><?= date ('Y-m-d H:i:s ' , filectime ('.htaccess ' ))?> </dd>
11
+ </dl>
12
+
13
+ <h2>코드 생성</h2>
14
+ <pre class="code"><?php
15
+ @define("METABBS_BASE_PATH", "<?= METABBS_BASE_PATH ?> ");
16
+ @define("METABBS_BASE_URI", "<?= METABBS_BASE_URI ?> ");
17
+ require_once('<?= str_replace ("\\" , "/ " , METABBS_DIR )?> /site_manager.php');
18
+ ?></pre>
Original file line number Diff line number Diff line change 15
15
<?= link_to (i ('Settings ' ), 'admin ' , 'settings ' )?> |
16
16
<?= link_to (i ('Plugins ' ), 'admin ' , 'plugins ' )?> |
17
17
<?= link_to (i ('Maintenance ' ), 'admin ' , 'maintenance ' )?> |
18
+ <?= link_to (i ('Information ' ), 'admin ' , 'info ' )?> |
18
19
<? foreach ($ __admin_menu as $ item ) echo $ item . ' | ' ; ?>
19
20
<a href="<?= url_with_referer_for ('account ' , 'logout ' )?> "><?= i ('Logout ' )?> »</a></p>
20
21
</div>
Original file line number Diff line number Diff line change 143
143
Please login to access this page.=이 페이지에 접근하려면 로그인 하세요.
144
144
Maintenance=유지 보수
145
145
Site theme=사이트 테마
146
+ Information=정보
You can’t perform that action at this time.
0 commit comments