mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 15:49:54 -04:00
Change upload code to use new uploadify urls.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
$("#g-uploadify").uploadify({
|
||||
width: 298,
|
||||
height: 32,
|
||||
uploader: "<?= url::file("lib/uploadify/uploadify.swf") ?>",
|
||||
uploader: "<?= url::file("lib/uploadify/uploadify.php") ?>",
|
||||
script: "<?= url::site("uploader/add_photo/{$album->id}") ?>",
|
||||
scriptData: <?= json_encode($script_data) ?>,
|
||||
fileExt: "<?= implode(";", $extensions) ?>",
|
||||
|
||||
Reference in New Issue
Block a user