mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-14 02:50:13 -04:00
Use request::protocol().
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
dialogHeight: $("#g-dialog").height(),
|
||||
domain: "<?= $domain ?>",
|
||||
accessKey: "<?= $access_key ?>",
|
||||
protocol: "<?= $protocol ?>",
|
||||
protocol: "<?= request::protocol() ?>",
|
||||
fileFilter: "<?= $file_filter ?>",
|
||||
sortOrder: "<?= $sort_order ?>",
|
||||
sortFields: "<?= $sort_fields ?>",
|
||||
|
||||
Reference in New Issue
Block a user