mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-20 01:48:24 +00:00
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
<?
|
|
mg.write("Hello, world 2!\n")
|
|
mg.include("does_not_exist.lp", "r")
|
|
?>
|