0.7.12.6pre

This commit is contained in:
2019-06-11 02:00:18 -07:00
parent 86098e024d
commit eba7476d3c
7 changed files with 3 additions and 6 deletions

View File

@@ -0,0 +1,25 @@
#!/usr/bin/php
<?
$p['bdest'] = "";
$p['rsync_dest'] = "";
$p['postflight'] = 1;
$p['readability'] = 0;
$p['fixatimes'] = 0;
$p['verify_stat'] = 0;
$p['meta'] = 1;
$p['thumbs'] = 1;
$p['thumb_size'] = 512;
$p['thumb_priority'] = 0;
$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));
?>