diff options
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"> |
