mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 13:33:19 +01:00
12 lines
440 B
PHP
Executable File
12 lines
440 B
PHP
Executable File
<?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");
|
|
?>
|