e59-website/config/global.ini
Jan BELLON 5281254e82 Update 3 files
- /html/user.php
- /config/global.ini
- /include/variables.php
2024-03-11 21:44:29 +00:00

42 lines
1.1 KiB
INI

[main]
root = "https://e59.fr/"
wwwroot = "/var/www/e59"
title = "Club Réseaux"
header-title = "E59"
header-subtitle = "Club Réseaux"
copyright = "© Jan BELLON - E59"
[sql]
dbname = "E59"
dbuser = "root"
dbpass = "vcwfDitW9tQBsRJX"
dbhost = "127.0.0.1"
[nav]
News = "news.php"
A propos = "about.php"
[classifications]
0 = "E59i-P (Public)"
1 = "E59i-M (Membres)"
2 = "E59i-R (Responsables)"
3 = "E59i-D (Direction)"
[roles]
0 = "Invité"
1 = "Membre"
2 = "Responsable"
3 = "Directeur"
[themes_dark]
0 = '--text: hsl(0, 0%, 80%);--background: hsl(0, 0%, 15%);--banner-background: hsl(0, 0%, 10%);--buttons: hsl(0, 0%, 5%)'
1 = '--text: hsl(208, 100%, 96%); --background: hsl(215, 21%, 11%); --banner-background: hsl(216, 28%, 7%); --buttons: hsl(216, 28%, 7%)'
[themes_light]
0 = '--text: hsl(0, 0%, 20%);--background: hsl(0, 0%, 100%);--banner-background: hsl(0, 0%, 100%);--buttons: hsl(0, 0%, 100%)'
1 = '--text: hsl(208, 100%, 0%); --background: hsl(215, 21%, 100%); --banner-background: hsl(216, 28%, 95%); --buttons: hsl(216, 28%, 95%)'
[certifcolors]
1 = "#ff0000"
2 = "#00ff00"
3 = "#0000ff"