This commit is contained in:
2019-09-30 00:20:03 -07:00
parent a78a22ce5f
commit 8699686cb2
5 changed files with 4 additions and 5 deletions

View File

@@ -23,8 +23,8 @@
## Screenshots
<img src="/git/p/Rollup/raw/master/screenshot_1.png" width="500">
<img src="/git/p/Rollup/raw/master/screenshot_2.png" width="1000">
<img src="/git/p/Rollup/raw/master/screenshot_1.png" width='50%' height='50%'>
<img src="/git/p/Rollup/raw/master/screenshot_2.png" width='50%' height='50%'>
## Notes

Binary file not shown.

View File

@@ -48,7 +48,7 @@ switch (@$argv[0]) {
}
if ($curr_version > $version) {
if(askMulti("Rollup ".$curr_version." is available (you have ".$version.")", array("Cancel","Download")) == 1) {
exec("open https://www.profiteroles.org/git/profiteroles/Rollup");
exec("open https://www.profiteroles.org/git/p/Rollup");
echo "QUITAPP\n";
} else {
die;

View File

@@ -4,7 +4,6 @@
$p['allowed'] = array("jpg","jpeg","png","mov","mp4","m4v","dng","heic");
$p['limit'] = 2000;
$p['maxlength'] = 30;
$p['review'] = 1;
$p['pt'] = "%DTO_%MODEL_%PLACE_%SW_%FILE.%EXT";
$p['vt'] = "%DTO_%DUR_%PLACE_%SW_%FILE.%EXT";
$p['key'] = "";

View File

@@ -1 +1 @@
a:8:{s:7:"allowed";a:8:{i:0;s:3:"jpg";i:1;s:4:"jpeg";i:2;s:3:"png";i:3;s:3:"mov";i:4;s:3:"mp4";i:5;s:3:"m4v";i:6;s:3:"dng";i:7;s:4:"heic";}s:5:"limit";i:2000;s:9:"maxlength";i:30;s:6:"review";i:1;s:2:"pt";s:33:"%DTO_%MODEL_%PLACE_%SW_%FILE.%EXT";s:2:"vt";s:31:"%DTO_%DUR_%PLACE_%SW_%FILE.%EXT";s:3:"key";s:0:"";s:7:"dry_run";i:1;}
a:7:{s:7:"allowed";a:8:{i:0;s:3:"jpg";i:1;s:4:"jpeg";i:2;s:3:"png";i:3;s:3:"mov";i:4;s:3:"mp4";i:5;s:3:"m4v";i:6;s:3:"dng";i:7;s:4:"heic";}s:5:"limit";i:2000;s:9:"maxlength";i:30;s:2:"pt";s:33:"%DTO_%MODEL_%PLACE_%SW_%FILE.%EXT";s:2:"vt";s:31:"%DTO_%DUR_%PLACE_%SW_%FILE.%EXT";s:3:"key";s:0:"";s:7:"dry_run";i:1;}