Skip to content

Windows can't move config.php during setup #32

@82ndab-Bravo17

Description

@82ndab-Bravo17

Windows can't move the config.php during setup using rename because a config.php already exists in the inc folder.

Adding

            if(!rename('../inc/config.php', '../inc/config.org'))
                sendBack('Failed to rename config file');

at about line 109 solves it

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions