tool 기능을 개선하여 전체 tool관리 가능하도록 변경(주소/tools 로 접속하여 선택). 빈 디렉토리 삭제 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4378 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-07-17 03:30:49 +00:00
parent b206a07524
commit 0fddaf252f
12 changed files with 196 additions and 340 deletions

View file

@ -12,7 +12,11 @@ RewriteRule ^(.+)/common/tpl/(.*) ./common/tpl/$2 [L]
RewriteRule ^(.+)/widgets/(.*) ./widgets/$2 [L]
RewriteRule ^(.+)/layouts/(.*) ./layouts/$2 [L]
RewriteRule ^(.+)/addons/(.*) ./addons/$2 [L]
RewriteRule ^(.+)/tools/(.*) ./tools/$2 [L]
# tools
RewriteRule ^tools/([a-zA-Z0-9_]+)$ ./tools/$1 [L]
RewriteRule ^tools/$ ./tools/index.php [L]
RewriteRule ^tools$ ./tools/index.php [L]
# page
RewriteRule ^([a-zA-Z0-9_]+)/([[:digit:]]+)page$ ./index.php?mid=$1&page=$2 [L]