tbrehm
2010-07-07 fd9ef2e572f861211312b95244ed3cb98ae30611
interface/web/admin/form/system_config.tform.php
@@ -212,5 +212,25 @@
   )
);
$form["tabs"]['misc'] = array (
   'title'    => "Misc",
   'width'    => 70,
   'template'    => "templates/system_config_misc_edit.htm",
   'fields'    => array (
   ##################################
   # Begin Datatable fields
   ##################################
      'dashboard_atom_url' => array (
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'default'   => 'http://www.ispconfig.org/atom',
         'value'      => ''
      ),
   ##################################
   # ENDE Datatable fields
   ##################################
   )
);
?>