2001-06-25 23:17:38 +02:00
|
|
|
<?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");
|
2001-07-05 02:41:45 +02:00
|
|
|
$pref->change ("phpwebhosting", "viewtextplain", True);
|
2001-06-25 23:17:38 +02:00
|
|
|
//$pref->change ("phpwebhosting", "dotdot", "False");
|
|
|
|
//$pref->change ("phpwebhosting", "dotfiles", "False");
|
2001-07-22 10:12:08 +02:00
|
|
|
//$pref->change ("phpwebhosting", "show_help", "False");
|
2001-08-24 09:47:01 +02:00
|
|
|
$pref->change ("phpwebhosting", "show_upload_boxes", "5");
|
2001-06-25 23:17:38 +02:00
|
|
|
|
|
|
|
?>
|