diff options
| author | Horus3 | 2014-10-28 23:47:28 +0100 |
|---|---|---|
| committer | Horus3 | 2014-10-28 23:47:28 +0100 |
| commit | 44870defdcddbfceede437950fd9e3342f84ebf0 (patch) | |
| tree | f4de13cd94be784ef02975df95d5f0edb50aac90 /static/modal-delete-gallery.php | |
| parent | 25610c0ccb4c7c99fe0d6d82d6738dbcc40d05e3 (diff) | |
| download | jungegemeinde-44870defdcddbfceede437950fd9e3342f84ebf0.tar.gz | |
Added experimental CDN support.
Diffstat (limited to 'static/modal-delete-gallery.php')
| -rw-r--r-- | static/modal-delete-gallery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/modal-delete-gallery.php b/static/modal-delete-gallery.php index 74471ac..df16d76 100644 --- a/static/modal-delete-gallery.php +++ b/static/modal-delete-gallery.php @@ -1,5 +1,5 @@ <!-- Modal --> -<form class="form-horizontal" method="POST" action="/?page=action&task=deleteGallery&gallery=<?php echo htmlentities($_SESSION['gallery']); ?>"> +<form class="form-horizontal" method="POST" action="<?php echo DOMAIN; ?>?page=action&task=deleteGallery&gallery=<?php echo htmlentities($_SESSION['gallery']); ?>"> <div class="modal fade" id="modal-delete-gallery" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> |
