deplace config.inc.php file from root to app/inc dir. Allow access from anywhere and not only from a file present in root dir.

This commit is contained in:
Bob Le Bricodeur 2014-11-12 11:10:36 +01:00
parent 09991be2aa
commit e24c74c93b

View File

@ -44,7 +44,7 @@
* choix_autre.php
*/
//default values for the new poll duration (number of days).
$default_poll_duration = 180;
$default_poll_duration = 10;
//user can add link or URL when creating his poll.
$user_can_add_link_or_url = false;