repo.or.cz
/
pivip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
All modules can now check whether they're installed, and Doctrine is set to debugging...
[pivip.git]
/
project
/
.htaccess
blob
ed07496b8b1c8467798c02876bccad14925d225d
1
<IfModule mod_rewrite.c>
2
RewriteEngine on
3
RewriteRule !\.(js|ico|gif|jpg|jpeg|png|css)$ index.php
4
</IfModule>
5
6
php_flag magic_quotes_gpc off
7
php_flag register_globals off
8
php_flag short_open_tag on
9
10
php_flag default_charset "utf-8"