This commit is contained in:
2019-05-22 04:02:22 -07:00
parent c062910a22
commit e84c693464
11 changed files with 313 additions and 26 deletions

View File

@@ -1,8 +1,9 @@
#!/usr/bin/php
<?
$p['bdest'] = "/tmp/";
$p['bdest'] = "";
$p['rsync_dest'] = "";
$p['postflight'] = 1;
$p['readability'] = 0;
$p['fixatimes'] = 0;
@@ -14,12 +15,10 @@ $p['thumb_size'] = 512;
$p['hash'] = 1;
$p['hash_limit'] = 1;
$p['contents'] = 1;
$p['contents_limit'] = 50;
$p['spotlight'] = 1;
$p['profile'] = 1;
file_put_contents("prefs.php",serialize($p));
//$p = unserialize(file_get_contents(__DIR__."/prefs.php"));
//print_r($p);
file_put_contents("../prefs.php",serialize($p));
?>