mirror of
https://github.com/pi-hole/FTL.git
synced 2026-07-03 00:25:44 +01:00
9de2bbdad4
Signed-off-by: DL6ER <dl6er@dl6er.de>
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
<?
|
|
mg.write("Hello, world 2!\n")
|
|
mg.include("does_not_exist.lp", "r")
|
|
?>
|