egroupware_official/filemanager/inc/hook_phpwebhosting_add_def_pref.inc.php

12 lines
440 B
PHP
Raw Normal View History

2001-05-21 03:09:20 +02:00
<?php
global $pref;
$pref->change("phpwebhosting","filename","True");
$pref->change("phpwebhosting","mime_type","False");
$pref->change("phpwebhosting","size","True");
$pref->change("phpwebhosting","created","True");
$pref->change("phpwebhosting","modified","True");
$pref->change("phpwebhosting","createdby","True");
$pref->change("phpwebhosting","modifiedby","True");
$pref->change("phpwebhosting","comment","True");
?>