]> git.p6c8.net - jirafeau.git/blobdiff - install.php
Fix php 5.3 support and prepare languages
[jirafeau.git] / install.php
old mode 100644 (file)
new mode 100755 (executable)
index 8a34477..1d052c1
@@ -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/lang.php');
 require (JIRAFEAU_ROOT . 'lib/config.php');
 
 function

patrick-canterino.de