Explorar o código

We now use php 7

Johannes Zellner %!s(int64=8) %!d(string=hai) anos
pai
achega
a9874c2300
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>