Quellcode durchsuchen

We now use php 7

Johannes Zellner vor 8 Jahren
Ursprung
Commit
a9874c2300
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>