diff --git a/filemanager/doc/INSTALL b/filemanager/doc/INSTALL
index f926052878..fc87b41fdf 100644
--- a/filemanager/doc/INSTALL
+++ b/filemanager/doc/INSTALL
@@ -4,7 +4,7 @@ Command examples are suggestions only. Use your head.
COMMAND SUMMARY
---------------
-cp -a /some/path/to/phpgroupware/files /path/to/files
+cp -a /some/path/to/egroupware/files /path/to/files
cd /path/to/files
chown -R nobody .
-OR-
@@ -15,7 +15,7 @@ http://yourhost.com/setup/ > Setup/Config > Edit Current Configuration
FULL EXPLANATION
----------------
-[REQUIRED] Copy phpgroupware/files to where you want to store the files.
+[REQUIRED] Copy egroupware/files to where you want to store the files.
THIS SHOULD BE SOMEWHERE NOT INSIDE THE WEBROOT AND NOT ACCESSIBLE TO THE WEB.
Having the files within the webroot is a huge security risk as well as a privacy concern.
The exception to this would be if you WANT the users' and groups' files to be accessible
diff --git a/filemanager/doc/INSTALL_WebDAV b/filemanager/doc/INSTALL_WebDAV
index 1e7280dec9..144fdfe3a0 100644
--- a/filemanager/doc/INSTALL_WebDAV
+++ b/filemanager/doc/INSTALL_WebDAV
@@ -4,7 +4,7 @@ Note: if you don't know what WebDAV is you probably don't need it. The default
vfs_sql is generally faster and easier to setup.
Filemanager's WebDAV support allows you to store your files online in
-phpgroupware, in a way that cooperates well with other web applications (for
+egroupware, in a way that cooperates well with other web applications (for
instance, in Windows you can then access your files as a "web folder", and
similarly KDE, Gnome, MacOSX, and amultitude of applications (eg MS Office and
OpenOffice.org) all include some way of browsing files on a WebDAV share)
@@ -35,10 +35,10 @@ To install:
RemoveType application/x-httpd-php-source .phps
- #This ensures phpgroupware can modify .htaccess files
+ #This ensures egroupware can modify .htaccess files
order deny,allow
deny from all
- #make sure your phpgroupware server is included here.
+ #make sure your egroupware server is included here.
allow from localhost .localdomain
ServerName files.yourdomain.com
@@ -46,7 +46,7 @@ To install:
CustomLog logs/dav_acc combined
-2/ On the setup page (phpgroupware/setup/config.php) specify
+2/ On the setup page (egroupware/setup/config.php) specify
the WebDAV server URL (eg http://files.yourdomain.com ) in the: "Full path
for users and groups files" text area, and select DAV in the:
"Select where you want to store/retrieve filesystem information"
@@ -61,7 +61,7 @@ To install:
/var/files/home/
4/ (OPTIONAL) Ideally you want some kind of authentication on the WebDAV
- repository, so that users accessing it directly still need their phpgroupware
+ repository, so that users accessing it directly still need their egroupware
password.
To enable authentication you must use a third-party Apache authentication
module. Which you use depends on how you have setup authentication in
diff --git a/filemanager/doc/README b/filemanager/doc/README
deleted file mode 100644
index ad3b17fd78..0000000000
--- a/filemanager/doc/README
+++ /dev/null
@@ -1,22 +0,0 @@
-Module: filemanager
-Authors: Jason Wies , Jonathon Sim and the team at Zeald
-
-Description: The file manager for phpGroupWare. Abilities include all common
-file actions (upload, mkdir, rename, delete, copy, move), creating and editing
-text files, and syncing with the file system. Per file/directory comments are
-stored, and version history is tracked. Group sharing and ACL are fully
-supported. Files can be stored either as files on the web server, or on a remote WebDAV
-repository. For installation notes see the file INSTALL in this directory - at minimum
-you will probably need to set some file permissions.
-
-
-DEV NOTES
----------
-index.php is depreciated by the inc/class.xxphpwebhosting.inc.php files.
-index.php is still used in the 0.9.16 release, but all future changes should be
-made to the inc/class.xxphpwebhosting.inc.php files in CVS (3-tiered). This includes
-using templates. See the docs in phpgwapi/doc/vfs for more information on
-interacting with the VFS (Virtual File System).
-
-There are some simple unit tests in the tests directory : they mainly test the
-functionality of the VFS classes.
\ No newline at end of file
diff --git a/filemanager/inc/hook_deleteaccount.inc.php b/filemanager/inc/hook_deleteaccount.inc.php
index d3d0d78f34..f5db560ab9 100755
--- a/filemanager/inc/hook_deleteaccount.inc.php
+++ b/filemanager/inc/hook_deleteaccount.inc.php
@@ -1,7 +1,7 @@
*
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
diff --git a/filemanager/inc/hook_sidebox_menu.inc.php b/filemanager/inc/hook_sidebox_menu.inc.php
index dc9671dda9..a68f2fc771 100755
--- a/filemanager/inc/hook_sidebox_menu.inc.php
+++ b/filemanager/inc/hook_sidebox_menu.inc.php
@@ -1,7 +1,7 @@
*
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
diff --git a/filemanager/preferences.php b/filemanager/preferences.php
index 86c9d9f5eb..b72e1fa12e 100644
--- a/filemanager/preferences.php
+++ b/filemanager/preferences.php
@@ -1,7 +1,7 @@