]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - index.php
[!!][FEATURE] Remove XHTML doctype
[jirafeau_mojo42.git] / index.php
index 4b50ec14f56277dbba3debb738b33ab19bb9b99c..2002ad7d05ee539184f5dd4b825b1279116eb5bb 100644 (file)
--- 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'

patrick-canterino.de