]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/functions.js.php
[FEATURE] Set default expiration time in config
[jirafeau_project.git] / lib / functions.js.php
index e981e359d00f2acf864f51fa32cc8268755b630d..fbce5229ce3e17f4f1f4d431a154d10437864477 100644 (file)
@@ -17,7 +17,9 @@
  *  You should have received a copy of the GNU Affero General Public License
  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
  *  You should have received a copy of the GNU Affero General Public License
  *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
+
 header('Content-Type: text/javascript');
 header('Content-Type: text/javascript');
+
 define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/../');
 require (JIRAFEAU_ROOT . 'lib/config.original.php');
 require (JIRAFEAU_ROOT . 'lib/settings.php');
 define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/../');
 require (JIRAFEAU_ROOT . 'lib/config.original.php');
 require (JIRAFEAU_ROOT . 'lib/settings.php');
@@ -204,7 +206,7 @@ function add_time_string_to_date(d, time)
     {
         return false;
     }
     {
         return false;
     }
-    
+
     if (time == 'minute')
     {
         d.setSeconds (d.getSeconds() + 60);
     if (time == 'minute')
     {
         d.setSeconds (d.getSeconds() + 60);

patrick-canterino.de