GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
39e76ea1775003c10b27788248531b48191f7f00
Authored by
Jean Wasilewski
2014-10-22 12:48:55 +0200
1 parent
9751cff6
Added credentials to connect to MySQL database
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
creds.php
Inline
Side-by-side
creds.php
0 → 100644
Wrap text
Show/Hide comments
View file @
39e76ea
...
...
@@ -0,0 +1,4 @@
1
+<?php
2
+define("__MYSQL_USERNAME__", "crep");
3
+define("__MYSQL_PASSWORD__", "lescrepcestcool");
4
+define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net");
...
...