Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
contractor-progress.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
made unpaid totals section into a nice table, and added row for sum accross all clients
[contractor-progress.git]
/
.htaccess
1
php_flag register_globals off
2
php_flag magic_quotes_gpc off
3
Options -MultiViews
4
AddDefaultCharset UTF-8
5
RewriteEngine on
6
RewriteRule ^$ /run.php
7
RewriteRule ^[^/]*\.html$ /run.php
8
RewriteRule ^[^/.]*$ /run.php
9
RewriteRule ^[^/]*.css$ /css_mangler.php [L]