Johannes Zellner 8 anni fa
parent
commit
a9874c2300
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      apache2-wordpress.conf

+ 1 - 1
apache2-wordpress.conf

@@ -19,7 +19,7 @@
    <Directory /app/code/wp-content>
         DirectoryIndex Off
         AllowOverride None
-        <IfModule mod_php5.c>
+        <IfModule mod_php7.c>
             php_admin_flag engine off
         </IfModule>
     </Directory>