mirror of
https://github.com/ThomasGsp/HyperProxmox.git
synced 2025-02-15 04:32:15 +00:00
15 lines
244 B
PHP
Executable file
15 lines
244 B
PHP
Executable file
<?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;
|
|
|