Ignore:
Timestamp:
03/09/10 09:32:16 (14 years ago)
Author:
amuller
Message:

Ticket #597 - implementação do módulo gerenciador de arquivos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/filemanager/setup/default_records.inc.php

    r2000 r2198  
    1111 
    1212  /* $Id: default_records.inc.php 15588 2004-07-02 22:19:56Z ralfbecker $ */ 
    13  
     13        $oProc->query("INSERT INTO phpgw_config VALUES ('filemanager','filemanager_quota_size',500)"); 
     14        $oProc->query("INSERT INTO phpgw_config VALUES ('filemanager','filemanager_Max_file_size',20)"); 
     15        $oProc->query('INSERT INTO phpgw_preferences VALUES (-2,\'filemanager\',\'a:19:{s:4:"name";s:1:"1";s:9:"mime_type";s:1:"1";s:4:"size";s:1:"1";s:7:"created";s:1:"1";s:8:"modified";s:1:"1";s:5:"owner";s:1:"1";s:12:"createdby_id";s:1:"1";s:13:"modifiedby_id";s:1:"1";s:3:"app";s:1:"0";s:7:"comment";s:1:"1";s:7:"version";s:1:"1";s:12:"viewinnewwin";s:1:"1";s:12:"viewonserver";s:1:"1";s:13:"viewtextplain";s:1:"1";s:6:"dotdot";s:1:"1";s:8:"dotfiles";s:1:"1";s:8:"pdf_type";s:8:"portrait";s:14:"pdf_paper_type";s:2:"a4";s:14:"files_per_page";s:3:"200";}\')'); 
    1416        $oProc->query("INSERT INTO phpgw_vfs (owner_id, createdby_id, modifiedby_id, created, modified, size, mime_type, deleteable, comment, app, directory, name, link_directory, link_name) VALUES (1,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','', NULL, NULL)"); 
    1517        $oProc->query("INSERT INTO phpgw_vfs (owner_id, createdby_id, modifiedby_id, created, modified, size, mime_type, deleteable, comment, app, directory, name, link_directory, link_name) VALUES (2,0,0,'1970-01-01',NULL,NULL,'Directory','Y',NULL,NULL,'/','home', NULL, NULL)"); 
    1618 
     19 
     20 
    1721?> 
Note: See TracChangeset for help on using the changeset viewer.