www.gusucode.com > 渝海网站反向链接数量查询工具 1.2源码程序 > code/config.php

    <?php
/*
渝海软件[HaiPHP.COM] 
*/
require 'smarty/libs/Smarty.class.php';
require 'Textclass.php';
$smarty = new Smarty;
$smarty->template_dir = "smarty/templates/templates"; //模板文件目录
$smarty->compile_dir = "smarty/templates/templates_c";
$smarty->config_dir = "smarty/templates/config";
$smarty->cache_dir = "smarty/templates/cache";
$smarty->caching = false;
?>