forked from extern/egroupware
12 lines
440 B
PHP
12 lines
440 B
PHP
|
<?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");
|
||
|
?>
|