repo.or.cz
/
aeacus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added milestones and connected with issues
[aeacus.git]
/
config.php
blob
81584b3a4e9482cc9f6eb3381fc9663ab2c853ae
1
<
?php
2
3
/* website name */
4
$cont_title
=
''
;
5
6
/* database information */
7
$db_server
=
''
;
8
$db_user
=
''
;
9
$db_pass
=
''
;
10
$db_name
=
''
;
11
$db_prefix
=
'aec_'
;
12
13
/* git repo connected with the project */
14
$git_repo
=
''
;
15
16
/* necessary number of votes to take an action */
17
$min_votes
=
1
;
18
19
?
>