🚧 disable description field
This commit is contained in:
@@ -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'] = "-";
|
||||
|
||||
Reference in New Issue
Block a user