changeset 302:b7a8b9cf7689 misc

Fix includes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 29 Dec 2015 02:10:26 +0200
parents 5a4f5528caba
children 0f751e08c932
files materials/index.php materials/info.php
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/materials/index.php	Fri Sep 25 02:42:36 2015 +0300
+++ b/materials/index.php	Tue Dec 29 02:10:26 2015 +0200
@@ -1,7 +1,7 @@
 <?
 $pageTitle = "Pupunen BatMUD Material Browser";
 $pageIndex = "index.php";
-require "msitegen.inc.php";
+require "mgeneric.inc.php";
 require "materials.inc.php";
 function stParseList($values, $pair)
 {
--- a/materials/info.php	Fri Sep 25 02:42:36 2015 +0300
+++ b/materials/info.php	Tue Dec 29 02:10:26 2015 +0200
@@ -22,7 +22,7 @@
 );
 
 
-require "msitegen.inc.php";
+require "mgeneric.inc.php";
 require "materials.inc.php";
 require "alloys.inc.php";