]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/settings.php
Changed URLs to point to new group repository
[jirafeau_project.git] / lib / settings.php
index 7449dc694706e456115375702c7797224a788dea..86a14e27a65388efd43ddbc3d5698e48b5854a0a 100644 (file)
@@ -41,7 +41,7 @@ if ($cfg['debug'] === true) {
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
-define('JIRAFEAU_VERSION', '4.5.0');
+define('JIRAFEAU_VERSION', '4.6.0-beta');
 
 /* Directories. */
 define('VAR_FILES', $cfg['var_root'] . 'files/');
@@ -80,7 +80,7 @@ define('JIRAFEAU_SODIUM_CHUNKSIZE', 1024);
 // Define some Sodium constants from newer PHP versions if they are not available
 
 if (extension_loaded('sodium')) {
-    if (!defined('SSODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES')) {
+    if (!defined('SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES')) {
         define('SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES', 32);
     }
 

patrick-canterino.de