Mr.Combet Webshell
Your IP :
3.128.190.240
Server IP :
185.136.159.155
Server :
Linux 185-136-159-155.cprapid.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software :
Apache
PHP Version :
8.1.29
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
var
/
softaculous
/
supercali
/
Edit File Name :
config.php
<?php $h = "[[softdbhost]]"; $d = "[[softdb]]"; $u = "[[softdbuser]]"; $p = "[[softdbpass]]"; $calendar_title = "[[site_name]]"; $calendar_email = "[[admin_email]]"; $calendar_url = "[[softurl]]/"; $table_prefix = "[[dbprefix]]"; $default_module = 2; // display sub-category events along with events in selected category $include_child_categories = true; // display events in parent category along with events in selected category $include_parent_categories = true; // How to display the titles on the header of the calendar $week_titles[] = "Sunday"; $week_titles[] = "Monday"; $week_titles[] = "Tuesday"; $week_titles[] = "Wednesday"; $week_titles[] = "Thursday"; $week_titles[] = "Friday"; $week_titles[] = "Saturday"; //used with the quarter view $week_titles_s[] = "Sun"; $week_titles_s[] = "Mon"; $week_titles_s[] = "Tue"; $week_titles_s[] = "Wed"; $week_titles_s[] = "Thu"; $week_titles_s[] = "Fri"; $week_titles_s[] = "Sat"; //used with the year view $week_titles_ss[] = "S"; $week_titles_ss[] = "M"; $week_titles_ss[] = "T"; $week_titles_ss[] = "W"; $week_titles_ss[] = "T"; $week_titles_ss[] = "F"; $week_titles_ss[] = "S"; // FCK Editor can be used for HTML of event text (Depreciated) $fck_editor_path = ""; $fck_editor_toolbar = "Basic"; // Basic or Default // CK Editor now can be used for HTML $ck_editor_path = ""; // The default start category for the event calendar $start_category_id = 1; // Language File $language = "lang/en_us.php"; // Day/week view start hour $day_week_start_hour = 8; ?>
Save