PM-723 error 404 al importar licencia enterprise SOLVED
- no se carga un archivo dando error 404. - el archivo ya no existe ahora redireciona al archivo correcto. - Se elimino el mensaje al importar la licencia.
This commit is contained in:
@@ -125,14 +125,6 @@ try {
|
||||
}
|
||||
|
||||
file_put_contents(PATH_DATA_SITE . "plugin.singleton", $pluginRegistry->serializeInstance());
|
||||
|
||||
///////
|
||||
$message = "A license has been correctly installed. Please login again to apply the changes";
|
||||
G::SendMessageText($message, "INFO");
|
||||
$_SESSION["___PMEE_INSTALLED_LIC___"] = $message;
|
||||
|
||||
//G::header("location: ../enterprise/pluginsList"); //ok
|
||||
//exit(0);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user