This commit is contained in:
2019-09-30 09:34:02 -07:00
parent 6620ef92c4
commit 825dc65f77
2 changed files with 0 additions and 15 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
.DS_Store

View File

@@ -1,14 +0,0 @@
#!/usr/bin/php
<?
$p['allowed'] = array("jpg","jpeg","png","mov","mp4","m4v","dng","heic");
$p['limit'] = 2000;
$p['maxlength'] = 30;
$p['pt'] = "%DTO_%MODEL_%PLACE_%SW_%FILE.%EXT";
$p['vt'] = "%DTO_%DUR_%PLACE_%SW_%FILE.%EXT";
$p['key'] = "";
$p['dry_run'] = 1;
file_put_contents("master/prefs.php",serialize($p));
?>