diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-22 12:31:37 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-22 12:31:37 +0200 |
commit | 041c93ce0bc00cb6417ce2e4bdce2ed84d37f50a (patch) | |
tree | a33370fce8a023b3a5f4a32019adc41337dc638c /installer | |
parent | 0a1dd5b073f0dfc42439ab168246ae0ae6921414 (diff) |
Removed $Id$
Diffstat (limited to 'installer')
-rw-r--r-- | installer/client.js | 2 | ||||
-rw-r--r-- | installer/index.php | 3 | ||||
-rw-r--r-- | installer/rcube_install.php | 3 | ||||
-rw-r--r-- | installer/utils.php | 4 |
4 files changed, 1 insertions, 11 deletions
diff --git a/installer/client.js b/installer/client.js index 5a1e6daf5..b6095a91f 100644 --- a/installer/client.js +++ b/installer/client.js @@ -12,8 +12,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ - - $Id$ */ function toggleblock(id, link) diff --git a/installer/index.php b/installer/index.php index b5b9e4a04..5e7d318ff 100644 --- a/installer/index.php +++ b/installer/index.php @@ -34,9 +34,6 @@ +-------------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-------------------------------------------------------------------------+ - - $Id$ - */ ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT)); diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 069c27fc3..01238596b 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -11,9 +11,6 @@ | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | +-----------------------------------------------------------------------+ - - $Id$ - */ diff --git a/installer/utils.php b/installer/utils.php index ca2577c14..6c67d25c2 100644 --- a/installer/utils.php +++ b/installer/utils.php @@ -1,4 +1,5 @@ <?php + /* +-------------------------------------------------------------------------+ | Roundcube Webmail installer utilities | @@ -12,9 +13,6 @@ +-------------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-------------------------------------------------------------------------+ - - $Id: index.php 2696 2009-07-02 06:38:26Z thomasb $ - */ /** |