All preferences are now set; not working?

This commit is contained in:
zone 2001-05-25 02:36:55 +00:00
parent fb9052ebc6
commit df1a10d4bd

View File

@ -1,11 +1,18 @@
<?php <?php
global $pref;
$pref->change("phpwebhosting","filename","True"); global $pref;
$pref->change("phpwebhosting","mime_type","False");
$pref->change("phpwebhosting","size","True"); $pref->change ("phpwebhosting", "filename", "True");
$pref->change("phpwebhosting","created","True"); $pref->change ("phpwebhosting", "mime_type", "True");
$pref->change("phpwebhosting","modified","True"); $pref->change ("phpwebhosting", "size", "True");
$pref->change("phpwebhosting","createdby","True"); $pref->change ("phpwebhosting", "created", "True");
$pref->change("phpwebhosting","modifiedby","True"); $pref->change ("phpwebhosting", "modified", "True");
$pref->change("phpwebhosting","comment","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");
?> ?>