Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johann BOURNAZEL
jeu Bridges
Commits
017c975a
Commit
017c975a
authored
Nov 19, 2018
by
Johann BOURNAZEL
Browse files
modif config
parent
a0e853b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.php
View file @
017c975a
<?php
CONST
ROOT
=
__DIR__
.
'/'
;
CONST
CONROLER
=
__DIR__
.
'/'
;
CONST
MODEL
=
__DIR__
.
"/model/"
;
CONST
VIEW
=
__DIR__
.
'/'
;
define
(
"ROOT"
,
__DIR__
.
"/.."
);
define
(
"PATH_CONTROLERS"
,
ROOT
.
"/controlers"
);
define
(
"PATH_MODELS"
,
ROOT
.
"/models"
);
define
(
"PATH_VIEWS"
,
ROOT
.
"/VIEWS"
);
define
(
"HOST"
,
"localhost"
);
define
(
"BD"
,
"E174198W"
);
define
(
"LOGIN"
,
"E174198W"
);
define
(
"PASSWORD"
,
"E174198W"
);
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment