]> git.p6c8.net - jirafeau_project.git/blobdiff - install.php
Added "one_time_download_preselected" to Docker options
[jirafeau_project.git] / install.php
index 2550aa615fb3247df811486290c6ad264eb455b3..ebda6f566af9d0de581c5a102101eac03687881e 100644 (file)
@@ -153,7 +153,7 @@ break;
           'abcdefghijklmnopqrstuvwxyz' . '0123456789';
                 $len_alphanum = strlen($alphanum);
                 $var = 'var-';
-                for ($i = 0; $i <JIRAFEAU_VAR_RAND_LENGTH; $i++) {
+                for ($i = 0; $i < JIRAFEAU_VAR_RAND_LENGTH; $i++) {
                     $var .= substr($alphanum, mt_rand(0, $len_alphanum - 1), 1);
                 }
                 echo JIRAFEAU_ROOT . $var . '/';

patrick-canterino.de