[Feed-collector-svn] SF.net SVN: feed-collector: [114] trunk
Status: Beta
Brought to you by:
c167
|
From: <C1...@us...> - 2007-06-04 11:56:09
|
Revision: 114
http://feed-collector.svn.sourceforge.net/feed-collector/?rev=114&view=rev
Author: C167
Date: 2007-06-04 04:56:11 -0700 (Mon, 04 Jun 2007)
Log Message:
-----------
removed smarty-dir, smarty stuff resides under /usr/share/php/smarty...
Modified Paths:
--------------
trunk/inc/config.php
Removed Paths:
-------------
trunk/smarty/
Modified: trunk/inc/config.php
===================================================================
--- trunk/inc/config.php 2007-06-04 09:41:54 UTC (rev 113)
+++ trunk/inc/config.php 2007-06-04 11:56:11 UTC (rev 114)
@@ -1,5 +1,5 @@
<?php
-
+// vim: set expandtab tabstop=4 shiftwidth=4 fdm=marker softtabstop=4:
/*
* This is the main configuration-file
* It will store the basic information
@@ -31,6 +31,9 @@
$update['difference'] = 1800;
$update['loglevel'] = PEAR_LOG_NOTICE;
+// Smarty settings
+$smarty['folder'] = "smarty/libs";
+
// Valid pages
$validPages = array (
"page_add_new_feed.php",
@@ -68,4 +71,4 @@
'table' => $session['container']['tablename'],
'autooptimize' => $session['container']['autooptimize']
);
-?>
\ No newline at end of file
+?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|