Skip to content

Commit

Permalink
flights.php connection update, diagram update
Browse files Browse the repository at this point in the history
  • Loading branch information
Woliul Hasan committed Jul 12, 2023
1 parent a366ae2 commit 8f08975
Show file tree
Hide file tree
Showing 8 changed files with 486 additions and 1 deletion.
291 changes: 291 additions & 0 deletions diagrams/Data Flow Diagram - Level 0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 126 additions & 0 deletions diagrams/UseCaseTMS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions diagrams/datflowchart level 1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion gypsy/flights.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<span name="dest"><strong><?php echo $to[$i]; ?></strong></span></h5>
</div>
<div class="card-body">
<form action="flightbooking.php" method="post">
<form action="flightbooking.php" method="POST">
<div class="row collapsed" aria-controls="flightDetails<?php echo $i; ?>" aria-expanded="false"
data-target="#flightDetails<?php echo $i; ?>" data-toggle="collapse">
<div class="col-md-4">
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8f08975

Please sign in to comment.