| | |
| | | // Configure MyDNS |
| | | swriteln('Configuring MyDNS'); |
| | | $inst->configure_mydns(); |
| | | |
| | | // Configure Apache |
| | | swriteln('Configuring Apache'); |
| | | $inst->configure_apache(); |
| | | |
| | | // Configure ISPConfig |
| | | swriteln('Installing ISPConfig'); |
| | |
| | | system("/etc/init.d/mydns restart"); |
| | | } |
| | | |
| | | if(strtolower($inst->simple_query('Configure Apache Server',array('y','n'),'y')) == 'y') { |
| | | // Configure Apache |
| | | swriteln('Configuring Apache'); |
| | | $inst->configure_apache(); |
| | | } |
| | | |
| | | if(strtolower($inst->simple_query('Install ISPConfig',array('y','n'),'y')) == 'y') { |
| | | // Configure ISPConfig |
| | | swriteln('Installing ISPConfig'); |