INI Werte in PHP Dateien


/ Published in: PHP
Save to your folder(s)

bei joomla in alle index.php - index3.php dateien schreiben die im root und im administrator Verzeichnis zu finden sind.


Copy this code and paste it in your HTML
  1. ini_set("upload_max_filesize","30M");
  2. ini_set("memory_limit","40M");
  3. ini_set("max_execution_time","3600");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.