forked from modxcms/evolution
-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
After the update from EVO1 to EVO2 I wanted to rename the manager folder (like in EVO1) to have more security, so I:
- edited file
/assets/cache/siteManager.phpand added this line:
<?php
define('MGR_DIR', 'managerhidden');
- then I renamed the folder
managertomanagerhidden - but now when I navigate to
/managerhiddenit throws an error that other files inmanagercannot be found
PHP Fatal error: require_once(): Failed opening required '/manager/includes/protect.inc.php' (include_path='.:/opt/sp/php7.4/lib/php') in /index.php on line 69
So the question is: How to rename the EVO manager folder in EVO2?
Metadata
Metadata
Assignees
Labels
No labels