Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 7303d669 authored by 65160023's avatar 65160023
Browse files

Edit add_review.php

parent 73232bb5
No related branches found
No related tags found
No related merge requests found
......@@ -78,13 +78,5 @@ if(isset($_POST['submit'])){
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js"></script>
<script src="js/script.js"></script>
<?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>
</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