Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 73232bb5 authored by 65160023's avatar 65160023
Browse files

Edit add_review.php

parent 1f127d96
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,13 @@ if(isset($_POST['submit'])){ ...@@ -78,6 +78,13 @@ if(isset($_POST['submit'])){
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js"></script>
<script src="js/script.js"></script> <script src="js/script.js"></script>
<?php include 'components/alerts.php'; ?> <?php
$file_path = __DIR__ . '/components/alerts.php';
if (file_exists($file_path)) {
include $file_path;
} else {
echo "<p style='color:red;'>Warning: alerts.php not found!</p>";
}
?>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment