# HG changeset patch # User Matti Hamalainen # Date 1451523594 -7200 # Node ID b65e0d6efe9d058df48151ab19f9c57302f601dc # Parent b4f34ae41008a3ca1a87bd8b11ed1e58b37461ba Add copyright blurb. diff -r b4f34ae41008 -r b65e0d6efe9d materials/index.php --- a/materials/index.php Thu Dec 31 02:58:42 2015 +0200 +++ b/materials/index.php Thu Dec 31 02:59:54 2015 +0200 @@ -1,8 +1,13 @@ +// +require "mgeneric.inc.php"; +require "materials.inc.php"; + $pageTitle = "Pupunen BatMUD Material Browser"; $pageIndex = "index.php"; -require "mgeneric.inc.php"; -require "materials.inc.php"; function stParseList($values, $pair) diff -r b4f34ae41008 -r b65e0d6efe9d materials/info.php --- a/materials/info.php Thu Dec 31 02:58:42 2015 +0200 +++ b/materials/info.php Thu Dec 31 02:59:54 2015 +0200 @@ -1,4 +1,8 @@ +// require "mgeneric.inc.php"; require "materials.inc.php"; require "alloys.inc.php";