Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright (C) NAVER <http://www.navercorp.com>
1Copyright (C) NAVER <http://www.navercorp.com>
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) NAVER <http://www.navercorp.com>
jjjCopyright (C) NAVER <http://www.navercorp.com>

XE is an opensource and being developed in the opensource project.
For more information, please see the link below.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* Pull Request 를 테스트 하기 위한 저장소 입니다.
* 정상 동작하지 않는 저장소 입니다.
* README 글 추가
* 하나 더 추가해 봅니다.
10 changes: 10 additions & 0 deletions libs/hello.class.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

class HelloWorld
{
function message()
{
echo ("HELLO WORLD");
}
}
?>
5 changes: 5 additions & 0 deletions modules/member/member.view.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
test...
new test...
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* @class memberView
* @author NAVER (developers@xpressengine.com)
* @brief View class of member module
*/

//전종욱 테스트 중

class memberView extends member
{
var $group_list = NULL; // /< Group list information
Expand Down