summarylogtreecommitdiffstats
path: root/uploadprogress.install
diff options
context:
space:
mode:
Diffstat (limited to 'uploadprogress.install')
-rw-r--r--uploadprogress.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/uploadprogress.install b/uploadprogress.install
new file mode 100644
index 000000000000..75e318efb8d2
--- /dev/null
+++ b/uploadprogress.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo "To enable uncomment ';extension=uploadprogress.so' in /etc/php/conf.d/uploadprogress.ini and restart httpd"
+}