Added termination-date to domains

This commit is contained in:
Stefan Heid
2016-02-10 21:22:52 +01:00
parent 3244c968b5
commit ae581c2da7
12 changed files with 108 additions and 6 deletions

View File

@@ -73,6 +73,13 @@ return array(
'desc' => $lng['panel']['dateformat'],
'type' => 'text',
'size' => 10
),
'termination_date' => array(
'label' => $lng['domains']['termination_date'],
'desc' => $lng['panel']['dateformat'],
'type' => 'text',
'value' => $result['termination_date'],
'size' => 10
)
)
),

View File

@@ -83,6 +83,13 @@ return array(
'type' => 'text',
'value' => $result['registration_date'],
'size' => 10
),
'termination_date' => array(
'label' => $lng['domains']['termination_date'],
'desc' => $lng['panel']['dateformat'],
'type' => 'text',
'value' => $result['termination_date'],
'size' => 10
)
)
),

View File

@@ -16,7 +16,7 @@
*/
// Main version variable
$version = '0.9.35-dev2';
$version = '0.9.35-dev3';
// Database version (unused, old stuff from SysCP)
$dbversion = '2';