Till Brehm
2016-07-24 b9a3ef486ebcde18a5ade37865ff8f397185d24f
install/dist/lib/centos72.lib.php
File was renamed from install/dist/lib/ubuntu1604.lib.php
@@ -1,7 +1,7 @@
<?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,
@@ -28,8 +28,13 @@
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
}
?>