mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* added 'url' and 'mtt_url' to default config
This commit is contained in:
parent
19ed24a621
commit
72cd34a7b0
1 changed files with 6 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue