comparison materials/index.php @ 325:b65e0d6efe9d misc

Add copyright blurb.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 31 Dec 2015 02:59:54 +0200
parents b4f34ae41008
children
comparison
equal deleted inserted replaced
324:b4f34ae41008 325:b65e0d6efe9d
1 <? 1 <?
2 //
3 // BatMUD material information browser
4 // (C) Copyright 2009 - 2015 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
5 //
6 require "mgeneric.inc.php";
7 require "materials.inc.php";
8
2 $pageTitle = "Pupunen BatMUD Material Browser"; 9 $pageTitle = "Pupunen BatMUD Material Browser";
3 $pageIndex = "index.php"; 10 $pageIndex = "index.php";
4 require "mgeneric.inc.php";
5 require "materials.inc.php";
6 11
7 12
8 function stParseList($values, $pair) 13 function stParseList($values, $pair)
9 { 14 {
10 $res = array(); 15 $res = array();