Skip to content

evocms 1.4; when manager folder renamed, the auto update generates invalid include paths #2107

@FYL99

Description

@FYL99

When updating with the auto update, some include paths become invalid; I noticed two instances:

  • in manager/media/style/default/ajax.php
    include_once("./../../../index.php"); gets renamed to include_once("./../../../../manager/index.php");
  • in manager/processors/login.processor.php
    include_once(DIR . '/../index.php'); gets also renamed to ../../../manager/

these include paths invalid if the "manager" folder is renamed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions