Commit d7e761258371ad832870266135c6e4e4da962dc6
- Diff rendering mode:
- inline
- side by side
.gitignore
(7 / 0)
|   | |||
| 1 | # Server-specific files | ||
| 2 | log.csv | ||
| 3 | |||
| 4 | # Temp files | ||
| 5 | *.pyc | ||
| 6 | *~ | ||
| 7 | *.swp |
avatars/.gitignore
(3 / 0)
|   | |||
| 1 | *.jpg | ||
| 2 | *.gif | ||
| 3 | *.png |
avatars/.htaccess
(2 / 0)
|   | |||
| 1 | Order Allow,Deny | ||
| 2 | Allow from All |
avatars/index.htm
(10 / 0)
|   | |||
| 1 | <html> | ||
| 2 | <head> | ||
| 3 | <title></title> | ||
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
| 5 | </head> | ||
| 6 | |||
| 7 | <body bgcolor="#FFFFFF" text="#000000"> | ||
| 8 | |||
| 9 | </body> | ||
| 10 | </html> |
counter/.gitignore
(1 / 0)
|   | |||
| 1 | record.php |
images/signs/cache/index.htm
(0 / 10)
|   | |||
| 1 | <html> | ||
| 2 | <head> | ||
| 3 | <title></title> | ||
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
| 5 | </head> | ||
| 6 | |||
| 7 | <body bgcolor="#FFFFFF" text="#000000"> | ||
| 8 | |||
| 9 | </body> | ||
| 10 | </html> |
images/sigs/cache/.gitignore
(3 / 0)
|   | |||
| 1 | *.jpg | ||
| 2 | *.gif | ||
| 3 | *.png |
images/sigs/cache/.htaccess
(2 / 0)
|   | |||
| 1 | Order Allow,Deny | ||
| 2 | Allow from All |
images/sigs/cache/index.htm
(10 / 0)
|   | |||
| 1 | <html> | ||
| 2 | <head> | ||
| 3 | <title></title> | ||
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
| 5 | </head> | ||
| 6 | |||
| 7 | <body bgcolor="#FFFFFF" text="#000000"> | ||
| 8 | |||
| 9 | </body> | ||
| 10 | </html> |
includes/.gitignore
(1 / 0)
|   | |||
| 1 | config.php |
templates_c/.gitignore
(1 / 0)
|   | |||
| 1 | *.php |
templates_c/.htaccess
(2 / 0)
|   | |||
| 1 | Order Allow,Deny | ||
| 2 | Deny from All |

