tbrehm
2008-05-23 6eb2af0a46f9e5956560a74bbad205558527e578
install/update.php
@@ -177,7 +177,7 @@
$inst->install_ispconfig();
//** Configure Crontab
$update_crontab_answer = $inst->simple_query('Reconfigure Services?', array('yes','no'),'yes');
$update_crontab_answer = $inst->simple_query('Reconfigure Crontab?', array('yes','no'),'yes');
if($update_crontab_answer == 'yes') {
   swriteln('Updating Crontab');
   $inst->install_crontab();