IP : 18.227.102.180 Hostname : host45.registrar-servers.com Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 Disable Function : None :) OS : Linux PATH: / home/ ../ var/ softaculous/ hablator/ ../ crafty/ ../ oxwall/ ../ presta17/ ../ elgg/ ../ luxcal/ lcconfig.php/ /

<?php
/*
= LuxCal configuration =
*/
$lcV="5.3.3M"; //LuxCal version
$dbType="MySQL"; //db type (MySQL or SQLite)
$dbHost="[[softdbhost]]"; //MySQL server
$dbUnam="[[softdbuser]]"; //database username
$dbPwrd="[[softdbpass]]"; //database password
$dbName="[[softdb]]"; //database name
$dbDef="mycal"; //default calendar (name)
$crHost=0; //0:local, 1:remote, 2:remote+IP address
$crIpAd=""; //IP address of remote cron service
?>