Server : Apache System : Linux host44.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 User : vapecompany ( 2719) PHP Version : 7.4.33 Disable Function : NONE Directory : /proc/self/root/proc/self/root/var/softaculous/luxcal/ |
Upload File : |
<?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 ?>