Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

initial commmit de la branche Nude with composer

git authored on 14/03/2019 16:48:02
Showing 1 changed files
... ...
@@ -8,4 +8,4 @@ define('DSN_BDD2',"mysql:host=localhost;dbname=db2");
8 8
 define('USER_BDD2',"user2");
9 9
 define('PASS_BDD2',"pass2");
10 10
 
11
-define('PATH_URL',"http://ssdom.domain.tld/public/");
12 11
\ No newline at end of file
12
+define('PATH_URL',"http://vlan.localhost/");
13 13
\ No newline at end of file
Browse code

intitial commit to branch nude-framework

git authored on 14/03/2019 10:43:54
Showing 1 changed files
... ...
@@ -1,11 +1,11 @@
1 1
 <?php
2 2
 
3
-define('DSN_FICHES',"mysql:host=localhost;dbname=db1");
4
-define('USER_FICHES',"user1");
5
-define('PASS_FICHES',"pass1");
3
+define('DSN_BDD1',"mysql:host=localhost;dbname=db1");
4
+define('USER_BDD1',"user1");
5
+define('PASS_BDD1',"pass1");
6 6
 
7
-define('DSN_ABITOP',"mysql:host=localhost;dbname=db2");
8
-define('USER_ABITOP',"user2");
9
-define('PASS_ABITOP',"pass2");
7
+define('DSN_BDD2',"mysql:host=localhost;dbname=db2");
8
+define('USER_BDD2',"user2");
9
+define('PASS_BDD2',"pass2");
10 10
 
11 11
 define('PATH_URL',"http://ssdom.domain.tld/public/");
12 12
\ No newline at end of file
Browse code

commit initial de la branch template-meny

git authored on 14/03/2019 10:30:11
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+define('DSN_FICHES',"mysql:host=localhost;dbname=db1");
4
+define('USER_FICHES',"user1");
5
+define('PASS_FICHES',"pass1");
6
+
7
+define('DSN_ABITOP',"mysql:host=localhost;dbname=db2");
8
+define('USER_ABITOP',"user2");
9
+define('PASS_ABITOP',"pass2");
10
+
11
+define('PATH_URL',"http://ssdom.domain.tld/public/");
0 12
\ No newline at end of file