git-svn-id: http://xe-core.googlecode.com/svn/trunk@22 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-14 07:18:35 +00:00
parent ef0f13e800
commit 52b96328f9
5 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?php
/**
* @file ./admin.php
* @file admin.php
* @author zero <zero@nzeo.com>
* @brief 관리자 페이지
*

View file

@ -1,6 +1,6 @@
<?php
/**
* @file ./index.php
* @file index.php
* @author zero (zero@zeroboard.com)
* @brief 시작 페이지
*

View file

@ -1,6 +1,6 @@
<?php
/**
* @file ./rss.php
* @file rss.php
* @author zero (zero@nzeo.com)
* @brief rss를 출력하기 위한 파일. index.php와 거의 동일하나 act를 dispRss 고정시키는 것만 다름
**/

View file

@ -1,6 +1,6 @@
<?php
/**
* @file ./trackback.php
* @file trackback.php
* @author zero (zero@nzeo.com)
* @brief 트랙백을 받기 위한 파일. 파일이름때문에.. index.php와 거의 동일하나 act를 procReceiveTrackback로 고정
**/