File was renamed from install/dist/lib/ubuntu1604.lib.php |
| | |
| | | <?php |
| | | |
| | | /* |
| | | Copyright (c) 2016, Till Brehm, ISPConfig UG |
| | | Copyright (c) 2014, Till Brehm, ISPConfig UG |
| | | All rights reserved. |
| | | |
| | | Redistribution and use in source and binary forms, with or without modification, |
| | |
| | | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| | | */ |
| | | |
| | | class installer extends installer_base { |
| | | require_once realpath(dirname(__FILE__)) . '/centos_base.lib.php'; |
| | | |
| | | class installer extends installer_centos { |
| | | |
| | | protected $clamav_socket = '/var/run/clamd.amavisd/clamd.sock'; |
| | | |
| | | // everything else is inherited from installer_centos class |
| | | } |
| | | |
| | | ?> |