mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
cafeXE
1. 메인 페이지 생성 :: cafeXE 관리자 페이지에서 mid 지정 가능 2. 사용자가 카페를 생성하기 위한 옵션을 추가 3. 사용자 카페 생성 기능 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6176 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
010923790d
commit
7d67cee78e
41 changed files with 888 additions and 132 deletions
|
|
@ -17,6 +17,8 @@
|
|||
* @brief mid, vid 사용할 수 있는지 검사
|
||||
**/
|
||||
function isIDExists($id, $site_srl = 0) {
|
||||
if(!preg_match('/^[a-z]{1}([a-z0-9_]+)$/i',$id)) return true;
|
||||
|
||||
// directory 및 rss/atom/api 등 예약어 검사
|
||||
$dirs = FileHandler::readDir(_XE_PATH_);
|
||||
$dirs[] = 'rss';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue