* added 'url' and 'mtt_url' to default config

This commit is contained in:
Max Pozdeev 2010-02-07 18:47:41 +03:00
parent 19ed24a621
commit 72cd34a7b0

View file

@ -15,6 +15,12 @@ $config['mysql.password'] = "";
# Tables prefix
$config['prefix'] = "mtt_";
# These two parameters are used when mytinytodo index.php called not from installation directory
# 'url' - URL where index.php is called from (ex.: http://site.com/todo.php)
# 'mtt_url' - directory URL where mytinytodo is installed (with trailing slash) (ex.: http://site.com/lib/mytinytodo/)
$config['url'] = '';
$config['mtt_url'] = '';
# Language pack
$config['lang'] = "en";