Explorar el Código

Poprawka instalatora

Mariusz Muszyński hace 10 años
padre
commit
68698cce8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 1 - 1
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -866,7 +866,7 @@ define(\'NONCE_SALT\',       \''.md5($REMOTE_FOLDER_ROOT.$ADMIN_USERNAME_PASSWD.
 /* Rozwiązanie problemu z działaniem po https by Piter & Bzyk
  * Więcej informacji na stronie http://codex.wordpress.org/Administration_Over_SSL
  */
-if (strpos($_SERVER[\'HTTP_X_FORWARDED_PROTO\'], \'https\') !== false) $_SERVER[\'HTTPS\']=\'on\';
+if (strpos(\$_SERVER[\'HTTP_X_FORWARDED_PROTO\'], \'https\') !== false) \$_SERVER[\'HTTPS\']=\'on\';
 
 
 /**