]> git.p6c8.net - jirafeau/jirafeau.git/blobdiff - lib/config.original.php
Renamed cfg option debug_enforce_legacy_upload to debug_enforce_classic_upload
[jirafeau/jirafeau.git] / lib / config.original.php
index e77684bda429dd0c3e8c54a6ff738b119e6382c9..37c87ebc573d6d6db4637d2c815c658980291c5c 100644 (file)
@@ -235,9 +235,9 @@ $cfg['installation_done'] = false;
  */
 $cfg['debug'] = false;
 
-/* Enable this debug flag to enforce the legacy (synchronous) file upload mechanism.
+/* Enable this debug flag to enforce the classic (synchronous) file upload mechanism.
  */
-$cfg['debug_enforce_legacy_upload'] = false;
+$cfg['debug_enforce_classic_upload'] = false;
 
 /* Set Jirafeau's maximal upload chunk
  * When Jirafeau upload a large file, Jirafeau sends several data chunks to fit server's capabilities.

patrick-canterino.de