diff --git a/add_review.php b/add_review.php index 8a350f876cddd7f3d7c4cb663a61b5a08bb83f5e..cb452f393d9106d00388d3fb790992c6a4a118a2 100644 --- a/add_review.php +++ b/add_review.php @@ -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