Modifications: Unfortunately, the default install has ~10 files that rely on a statically defined manager directory. To make things easier on myself, I coded a PHP script that will take your default manager directory and rename it to the new manager name you want. These core files are affected:
'manager/includes/accesscontrol.inc.php' 'manager/actions/dynamic/mutate_content.dynamic.action.php', 'manager/actions/dynamic/mutate_settings.dynamic.action.php', 'manager/actions/static/export_site.static.action.php', 'manager/frames/1.php', 'manager/frames/2.php', 'manager/frames/6.php', 'manager/frames/12.php', 'manager/media/ibrowser/config/config.inc.php' 'index.php'
Usage: Just pop this script in your root etomite directory. Browse the file from your browser and type which name you want in the "New Manager Folder Name" box. That's it. The prefix is designed to prevent accidental repeats the script may encounter. If you know what you're doing, you can remove it. If you need to rename everything back to the default (for example, when the Final distro comes out), just replace the "Old Manager Folder Name" with your current working manager installation directory name, type 'manager' in the "New Manager Folder Name", and clear the "Prefix" field.
Notes: Tested with PHP 4.3.11, slackware linux, kernel 2.4.26, etomite 0.6.1 RTM (Prelude), Firefox 1.07
Disclaimer: ALWAYS make a backup before you try anyone's code. It may or may not work on your system. This worked for me, but alot of servers have very different configurations than mine.












