Adaptation à un usage local

This commit is contained in:
Jacques 2014-01-03 10:53:50 +01:00
parent 4ec2b816d2
commit b7105ac3a1
2 changed files with 28 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
scores/
temp/
sources/
*~
license.txt
readme.html
wp-activate.php
wp-admin/
wp-blog-header.php
wp-comments-post.php
wp-config-sample.php
wp-config.php
wp-content/
wp-cron.php
wp-includes/
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-settings.php
wp-signup.php
wp-trackback.php
xmlrpc.php

5
index.html Normal file
View File

@ -0,0 +1,5 @@
<html>
<head>
<script>location='scores.php';</script>
</head>
</html>