Add the flight search and booking features.
[Project_webapp.git] / includes / booking.php
diff --git a/includes/booking.php b/includes/booking.php
deleted file mode 100644 (file)
index 74fbddb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-global $is_logged_in;
-if (!$is_logged_in) {
-    echo "Please login first.";
-    redirect("index.php?page=login", 2);
-}
-?>