' . lang_translate('installer-system-removeinstaller-yes','[span]Yes[/span] will remove all eyeOS installer files!',array('[span]' => '','[/span]' => '')) . '




' . lang_translate('installer-system-removeinstaller-no','[span]No[/span] will bring you back to the system page.',array('[span]' => '','[/span]' => '')) . '
             
'; output_do($content,'system',lang_translate('installer-system-removeinstaller-really','Do you really want to remove the eyeOS installer?')); } function system_removeinstaller_no() { unset($_SECTION['password']); system_start('removeinstaller',$_SECTION['password']); } ?>