mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-03-09 15:40:18 +00:00
Massive import web manager
This commit is contained in:
parent
405c8941e4
commit
88b8d7a818
241 changed files with 116891 additions and 0 deletions
11
code/web/www/pages/dbconf.php
Normal file
11
code/web/www/pages/dbconf.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
//DATABASE CONNECTION VARIABLES
|
||||
$host = "localhost"; // Host name
|
||||
$username = "eyeprox"; // Mysql username
|
||||
$password = "definir_ici_un_mot_de_passe"; // Mysql password
|
||||
$db_name = "eyeprox"; // Database name
|
||||
|
||||
$tbl_prefix = "";
|
||||
$tbl_nodes = $tbl_prefix."nodes";
|
||||
$tbl_logs = $tbl_prefix."logs";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue