2001-05-21 03:09:20 +02:00
|
|
|
<?php
|
2001-05-25 04:36:55 +02:00
|
|
|
|
|
|
|
global $pref;
|
|
|
|
|
|
|
|
$pref->change ("phpwebhosting", "filename", "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", "True");
|
|
|
|
$pref->change ("phpwebhosting", "modifiedby", "True");
|
|
|
|
$pref->change ("phpwebhosting", "app", "False");
|
|
|
|
$pref->change ("phpwebhosting", "comment", "True");
|
|
|
|
$pref->change ("phpwebhosting", "dotdot", "False");
|
|
|
|
$pref->change ("phpwebhosting", "dotfiles", "True");
|
|
|
|
|
2001-05-21 03:09:20 +02:00
|
|
|
?>
|