Skip to content

Commit

Permalink
Everything works!
Browse files Browse the repository at this point in the history
  • Loading branch information
hrithikkothari1234 committed Jan 17, 2020
1 parent 395567f commit 7198cb3
Show file tree
Hide file tree
Showing 67 changed files with 778 additions and 4,299 deletions.
1 change: 1 addition & 0 deletions admin_signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
} else {
$stmt->close();
echo "signuped admin";
Header("Location: admin_login.php");
exit();
}
}
Expand Down
2 changes: 1 addition & 1 deletion client_signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
} else {
$stmt->close();
echo "signuped client";
echo "<Script language='JavaScript'>window.location.replace='client_signup.php';</Script>";
Header("Location: client_login.php");
exit();
}
}
Expand Down
2 changes: 0 additions & 2 deletions djroxx not happening/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions djroxx not happening/admin_dashboard.php

This file was deleted.

106 changes: 0 additions & 106 deletions djroxx not happening/admin_login.php

This file was deleted.

105 changes: 0 additions & 105 deletions djroxx not happening/admin_signup.php

This file was deleted.

110 changes: 0 additions & 110 deletions djroxx not happening/client_login.php

This file was deleted.

Loading

0 comments on commit 7198cb3

Please sign in to comment.