Changeset 2362


Ignore:
Timestamp:
03/29/10 10:36:44 (14 years ago)
Author:
amuller
Message:

Ticket #1008 - Adicionando informações sobre licenças

Location:
trunk/filemanager
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/inc/class.bofilemanager.inc.php

    r2000 r2362  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313        class bofilemanager 
  • trunk/filemanager/inc/class.sofilemanager.inc.php

    r2000 r2362  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313        class sofilemanager 
  • trunk/filemanager/inc/class.user.inc.php

    r2000 r2362  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313        class user 
  • trunk/filemanager/inc/class.vfs_functions.inc.php

    r2000 r2362  
    2121                var $public_functions = array( 
    2222                        'touch' => True, 
    23                         'download'=>True, 
    2423                        'setRestricted'=>True, 
    2524                        'editComment'=> True, 
  • trunk/filemanager/inc/hook_add_def_pref.inc.php

    r2007 r2362  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212 
    313global $pref; 
  • trunk/filemanager/inc/load_lang.php

    r2000 r2362  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212        $array_keys = array(); 
    313        $fn = $GLOBALS['phpgw_info']['flags']['currentapp'].'/setup/phpgw_'.$GLOBALS['phpgw_info']['user']['preferences']['common']['lang'].'.lang'; 
  • trunk/filemanager/inc/upload.php

    r2000 r2362  
    11<?php 
     2 /**************************************************************************** 
     3  *  This program is free software; you can redistribute it and/or modify it * 
     4  *  under the terms of the GNU General Public License as published by the   * 
     5  *  Free Software Foundation; either version 2 of the License, or (at your  * 
     6  *  option) any later version.                                              * 
     7  \**************************************************************************/ 
    28require_once '../../header.session.inc.php'; 
    39/* This single file is used to increase upload_max_filesize and post_max_size using .htaccess*/ 
  • trunk/filemanager/index.php

    r2000 r2362  
    11<?php 
     2 
     3        /*************************************************************************** 
     4        * Expresso Livre                                                           * 
     5        * http://www.expressolivre.org                                             * 
     6        * --------------------------------------------                             * 
     7        *  This program is free software; you can redistribute it and/or modify it * 
     8        *  under the terms of the GNU General Public License as published by the   * 
     9        *  Free Software Foundation; either version 2 of the License, or (at your  * 
     10        *  option) any later version.                                              * 
     11        \**************************************************************************/ 
    212         
    313        // FIXME add copyright header 
Note: See TracChangeset for help on using the changeset viewer.