Commit 053b738
committed
Add manual example on includes
Just had a student burn a whole bunch of time - turns out he was using `include('Mailchimp.php');` which worked locally, but we needed `include('./Mailchimp.php');` on his server.
Hopefully this helps someone in the future!1 parent e7162c9 commit 053b738
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
0 commit comments