]> git.p6c8.net - jirafeau.git/commitdiff
fix include error in install.php
authorJerome Jutteau <mojo@couak.net>
Fri, 30 Jan 2015 08:54:12 +0000 (09:54 +0100)
committerJerome Jutteau <mojo@couak.net>
Fri, 30 Jan 2015 08:54:12 +0000 (09:54 +0100)
install.php

index 87eaf60631c48092296ed03d4088e0e851078c7b..8c39dd0513d8c1febabcda40aafaa88fe579bb29 100755 (executable)
@@ -23,6 +23,7 @@ define ('QUOTE', "'");
 define ('JIRAFEAU_CFG', JIRAFEAU_ROOT.'lib/config.local.php');
 define ('JIRAFEAU_VAR_RAND_LENGTH', 15);
 
+require (JIRAFEAU_ROOT . 'lib/functions.php');
 require (JIRAFEAU_ROOT . 'lib/lang.php');
 require (JIRAFEAU_ROOT . 'lib/config.original.php');
 

patrick-canterino.de