tbrehm
2009-03-15 eed36bdd8620c9fc4ba5649260985ceb2e809923
interface/web/sites/form/web_domain.tform.php
@@ -322,6 +322,31 @@
   )
);
//* Statistics
$form["tabs"]['stats'] = array (
   'title'    => "Stats",
   'width'    => 100,
   'template'    => "templates/web_domain_stats.htm",
   'readonly'   => false,
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      'stats_password' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'PASSWORD',
         'encryption' => 'CRYPT',
         'default'   => '',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
   )
);
if($_SESSION["s"]["user"]["typ"] == 'admin') {
$form["tabs"]['advanced'] = array (