egroupware/filemanager/inc/hook_add_def_pref.inc.php

24 lines
956 B
PHP
Executable File

<?php
global $pref;
$pref->change ("phpwebhosting", "name", "True");
$pref->change ("phpwebhosting", "mime_type", "True");
$pref->change ("phpwebhosting", "size", "True");
$pref->change ("phpwebhosting", "created", "True");
$pref->change ("phpwebhosting", "modified", "True");
//$pref->change ("phpwebhosting", "owner", "False");
$pref->change ("phpwebhosting", "createdby_id", "True");
$pref->change ("phpwebhosting", "modifiedby_id", "True");
//$pref->change ("phpwebhosting", "app", "False");
$pref->change ("phpwebhosting", "comment", "True");
//$pref->change ("phpwebhosting", "viewinnewwin", "False");
//$pref->change ("phpwebhosting", "viewonserver", "False");
$pref->change ("phpwebhosting", "viewtextplain", True);
//$pref->change ("phpwebhosting", "dotdot", "False");
//$pref->change ("phpwebhosting", "dotfiles", "False");
//$pref->change ("phpwebhosting", "show_help", "False");
$pref->change ("phpwebhosting", "show_upload_boxes", "5");
?>