🚧 disable description field

This commit is contained in:
rubn
2026-02-16 23:26:51 +01:00
parent 9ebfeab85c
commit 0924c28f25
3 changed files with 17 additions and 22 deletions
+2 -2
View File
@@ -319,8 +319,8 @@ function get_jail_infos() {
}
// Get description
$r['description'] = exec("/usr/local/bin/bastille config {$item} get description");
if (!$r['description']) $r['description'] = "-";
// $r['description'] = exec("/usr/local/bin/bastille config {$item} get description");
// if (!$r['description']) $r['description'] = "-";
// Set defaults for empty values
if (!$r['id']) $r['id'] = "-";