mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02: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")
|
|
?>
|