From eded6d93dd633ec4e4f8f162c2df1cfadb94d578 Mon Sep 17 00:00:00 2001 From: Kleper Date: Thu, 29 Jan 2015 16:35:18 -0500 Subject: [PATCH] Update README.md Para HTTPS --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 306318a..6457f30 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,26 @@ INSTALACION SOLUCIÓN DE PROBLEMAS +Milfs HTTPS: + +Es necesario modificar el archivo +https://github.com/humano/milfs/blob/master/milfs/index.php + +Buscar la linea (Linea 5): +$xajax = new xajax(); + +Y cambiar la por +$xajax = new xajax("https://URLSITE/milfs/index.php"); + +- O el lugar para en donde este instalado su instancia de MILFS + Si tiene problemas para visualizar imagenes en una conexión segura prueba editar el archivo - https://github.com/humano/milfs/blob/master/milfs/images/secure/index.php +https://github.com/humano/milfs/blob/master/milfs/images/secure/index.php Linea 22 cambiando HTTP por HTTPS + + DISFRUTALO.