Skip to content

Commit c69cf27

Browse files
committed
added default php version to EL9 conf
1 parent 650935e commit c69cf27

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

install/dist/conf/centos72.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
3030

31-
//*** Fedora 9 default settings
31+
//*** RHEL 7 derivatives default settings
3232

3333
//* Main
3434
$conf['language'] = 'en';

install/dist/conf/centos80.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
3030

31-
//*** Fedora 9 default settings
31+
//*** RHEL 8 derivatives default settings
3232

3333
//* Main
3434
$conf['language'] = 'en';

install/dist/conf/centos90.conf.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
3030

31-
//*** Fedora 9 default settings
31+
//*** RHEL 9 derivatives default settings
3232

3333
//* Main
3434
$conf['language'] = 'en';
@@ -43,6 +43,7 @@
4343
$conf['runlevel'] = '/etc';
4444
$conf['shells'] = '/etc/shells';
4545
$conf['pam'] = '/etc/pam.d';
46+
$conf['default_php'] = "8.0";
4647

4748
//* Services provided by this server, this selection will be overridden by the expert mode
4849
$conf['services']['mail'] = true;

0 commit comments

Comments
 (0)