Skip to content

Commit

Permalink
Initial import based on revision 1613 of PunBB.
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Dunn committed Apr 27, 2008
0 parents commit 99ebce7
Show file tree
Hide file tree
Showing 130 changed files with 32,174 additions and 0 deletions.
340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions extras/.htaccess
@@ -0,0 +1,11 @@
# BEGIN PunBB

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . rewrite.php [L]
</IfModule>

# END PunBB

0 comments on commit 99ebce7

Please sign in to comment.