|
利用http://127.0.0.1/stats能访问到网页
无图片显示
config.php
[php]// Smarty configuration settings for templates:
// All directories default the current directory if nothing is specified
$conf['template_dir'] = '';
$conf['compile_dir'] = '';
$conf['smarty_dir'] = '';
// the 'root' options default to the current directory + '/images/*'
// You should not have to change these unless your images are in non-standard locations
$conf['statsroot'] = 'D:/usr/www/stats/';
$conf['imagesroot'] = 'D:/usr/www/stats/images/';
$conf['weaponsroot'] = 'D:/usr/www/stats/images/weapons/';
$conf['mapsroot'] = 'D:/usr/www/stats/images/maps/';
// The 'url' options default to the current directory + '/images/*'
// These settings define how files and images would appear to users browsing to your
// stats website (usually the same as the 'root' options without the document_root prefix)
// You should not have to change these unless your images are in non-standard locations
$conf['statsurl'] = '/stats/';
$conf['imagesurl'] = '/stats/images/';
$conf['weaponsurl'] = '/stats/images/weapons/';
$conf['mapsurl'] = '/stats/images/maps/';
[/php] |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注个册吧
×
|