mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@199 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aff66fb54c
commit
8eccf0db7b
5 changed files with 64 additions and 85 deletions
15
modules/krzip/krzip.class.php
Normal file
15
modules/krzip/krzip.class.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/**
|
||||
* @class krzip
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief 우편번호 검색 모듈인 krzip의 상위 클래스
|
||||
**/
|
||||
|
||||
class krzip extends ModuleObject {
|
||||
|
||||
var $hostname = 'kr.zip.zeroboard.com';
|
||||
var $port = 80;
|
||||
var $query = '/server.php?addr=%s";
|
||||
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue