Commit 4e953d060283e3f796fa6405ad5d3d3f1da5c2a2

Authored by Geoffrey PREUD'HOMME
1 parent 71f6177a

At this point it won't make much of a difference

Showing 2 changed files with 1 additions and 14 deletions   Show diff stats
.gitignore
1 1 *.swp
2   -contact.php
3   -description.php
4   -home.php
5   -schools.php
6   -sponsors.php
  2 +creds.php
7 3 fonts/*
8 4 */bootstrap*
9 5 *jquery*
10 6 \ No newline at end of file
... ...
creds.php deleted
... ... @@ -1,9 +0,0 @@
1   -<?php
2   -define("__MYSQL_USERNAME__", "crep");
3   -define("__MYSQL_PASSWORD__", "lescrepcestcool");
4   -define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net");
5   -define("__MYSQL_DATABASE__", "crep");
6   -mb_internal_encoding('UTF-8');
7   -mb_http_output('UTF-8');
8   -mb_http_input('UTF-8');
9   -?>