⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default_config.php

📁 太烦了
💻 PHP
字号:
<?php// Creates a link based on the server name and the path:// // Ex:// http://myosdatesite.com/osdate/// $config['link'] = 'http://' . $_SERVER["SERVER_NAME"] . dirname( $_SERVER["REQUEST_URI"]) . '/';// The description of the feed// $config['description'] = 'This is feed provides updates on the new and featured listings.';// The title of the feed// $config['title'] = 'OsDate New and Featured Listings';// The copyright of the feed// $config['copyright'] = 'Copyright by ' . $_SERVER["SERVER_NAME"] . ' ' . date('Y');// The managing editor of your blog// $config['editor'] = 'admin@' . $_SERVER["SERVER_NAME"];// The max number of new members// $config['new_members'] = '10'; ?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -