Skip to content

Instantly share code, notes, and snippets.

@Daltontastic
Last active February 16, 2017 09:51
Show Gist options
  • Save Daltontastic/85a9c29c3e84480686b1656162e03346 to your computer and use it in GitHub Desktop.
Save Daltontastic/85a9c29c3e84480686b1656162e03346 to your computer and use it in GitHub Desktop.
<?php
$server_properties = parse_ini_file("server.properties");
echo $server_properties["motd"];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment