]> git.p6c8.net - jirafeau_project.git/blobdiff - install.php
fix include error in install.php
[jirafeau_project.git] / 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