X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/dfa4d5337602a1de5910a95cf0cda85292049a11..c147db2590b6add287eac571b1ce751be734b2ea:/index.php diff --git a/index.php b/index.php index 4b50ec1..2002ad7 100644 --- a/index.php +++ b/index.php @@ -20,7 +20,6 @@ */ define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/'); -require (JIRAFEAU_ROOT . 'lib/config.original.php'); require (JIRAFEAU_ROOT . 'lib/settings.php'); require (JIRAFEAU_ROOT . 'lib/functions.php'); require (JIRAFEAU_ROOT . 'lib/lang.php'); @@ -185,10 +184,18 @@ if (jirafeau_has_upload_password ($cfg)) 'value' => 'day', 'label' => 'One day' ), + array( + 'value' => 'week', + 'label' => 'One week' + ), array( 'value' => 'month', 'label' => 'One month' ), + array( + 'value' => 'quarter', + 'label' => 'One quarter' + ), array( 'value' => 'year', 'label' => 'One year'