diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-06 05:45:54 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-06 05:45:54 +0100 |
| commit | 68511f86ac18cac0a8484b2c34f625fb4f2f3b99 (patch) | |
| tree | b1b2c131c8185b635e0a9193d6378008a3fbcd41 /config.php-dist | |
| parent | e8ef3b971566ad5d99fa04ce9ee058542bc8d33d (diff) | |
new option: OPEN_LINKS_IN_NEW_WINDOW (closes #47)
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist index c8d33b4c1..76c7052bd 100644 --- a/config.php-dist +++ b/config.php-dist @@ -113,6 +113,6 @@ define('SESSION_COOKIE_LIFETIME_REMEMBER', 86400); // Session cookie lifetime if "remember me" is checked on login. - + // vim:ft=php ?> |