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
15
code/web/www/pages/requires/configs.php
Executable file
15
code/web/www/pages/requires/configs.php
Executable file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
// Site
|
||||
$LANG = "EN";
|
||||
|
||||
//URL Site
|
||||
$baseurl = "http://www.eyeprox.lan";
|
||||
|
||||
|
||||
$sto_regx_status = false; // false = default on the size
|
||||
$sto_regx = "/((^VMs)|(!VG)).+/i"; // if not found, use size
|
||||
|
||||
$non_grata_weight = 1000;
|
||||
|
||||
$useldap = False;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue