"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "config.php" between
mythreads-links_1.2.0.tar.gz and mythreads-links_1.2.1.tar.gz

About: MyThreads-Links is a web based links manager (using PHP and MySQL).

config.php  (mythreads-links_1.2.0):config.php  (mythreads-links_1.2.1)
<? <?
#-----------------------------------------------------------------> #----------------------------------------------------------------->
# $Id: config.php,v 1.2 2012/03/06 08:26:46 ldrolez Exp $ # $Id: config.php,v 1.2 2012-03-06 08:26:46 ldrolez Exp $
# #
# Website: http://mythreads.sourceforge.net # Website: http://mythreads.sourceforge.net
# #
# Desc: Main configuation script # Desc: Main configuation script
# #
# License: This code is released under the terms of the GNU GPL # License: This code is released under the terms of the GNU GPL
# version 2 or later. Please refer to www.gnu.org for a copy # version 2 or later. Please refer to www.gnu.org for a copy
# of this license. # of this license.
# #
#-----------------------------------------------------------------> #----------------------------------------------------------------->
skipping to change at line 52 skipping to change at line 52
# set to 1 if any user can add links without going to the moderation queue. Plea se use the # set to 1 if any user can add links without going to the moderation queue. Plea se use the
# security code feature above to limit spam. # security code feature above to limit spam.
"anonymous_add" => 0, "anonymous_add" => 0,
# reject submissions which contain unwanted data (e.g. http links in the descrip tion) # reject submissions which contain unwanted data (e.g. http links in the descrip tion)
"spam_filter" => 1, "spam_filter" => 1,
# set to 1 if you do not want waiting URLs to be checked in admin mode # set to 1 if you do not want waiting URLs to be checked in admin mode
"no_url_check" => 0, "no_url_check" => 0,
# set to 1 if you want to use mysql_pconnect instead of mysql_connect
# (may cause problems with some providers)
"use_pconnect" => 0,
# set to "" if you do not want to receive a mail each time a link is submitted # set to "" if you do not want to receive a mail each time a link is submitted
"adminemail" => "", #"webmaster@example.com", "adminemail" => "", #"webmaster@example.com",
# the following email is used in the 'From:' field in mails sents by MyThreads # the following email is used in the 'From:' field in mails sents by MyThreads
"fromemail" => "mythreads@example.com", "fromemail" => "mythreads@example.com",
# The setting here affect where the cached front page is going to # The setting here affect where the cached front page is going to
# be put and how often its updated. The directory must be # be put and how often its updated. The directory must be
# chmod 777 writable. The time is in seconds # chmod 777 writable. The time is in seconds
"cache_dir" => "./tmp/", "cache_dir" => "./tmp/",
"cache_time" => 60, "cache_time" => 60,
 End of changes. 2 change blocks. 
5 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)