Load pmgr into branches/initial_20090526/site.

git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@4 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-05-27 04:18:23 +00:00
parent 3251ba340d
commit 4502b73b2e
44 changed files with 2345 additions and 0 deletions

5
site/.htaccess Normal file
View File

@@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>