www-thermferm/global.php

changeset 506
cdcd07bbee30
parent 397
00ca08f5a6f8
child 513
a2732027afb3
--- a/www-thermferm/global.php	Sat Apr 29 17:07:36 2017 +0200
+++ b/www-thermferm/global.php	Mon May 08 16:26:02 2017 +0200
@@ -1,6 +1,6 @@
 <?php
 /*****************************************************************************
- * Copyright (C) 2014
+ * Copyright (C) 2014-2017
  *   
  * Michiel Broek <mbroek at mbse dot eu>
  *
@@ -63,7 +63,7 @@
     unset($_POST['LCDcols']);
     unset($_POST['LCDrows']);
     unset($_POST['key']);
-    load('global.php');
+    load('maintenance.php');
 }
 
 
@@ -108,7 +108,7 @@
 	case 3: $error = 'LCD rows must be 2 or 4';
 		break;
 	case 99:
-		load('global.php');
+		load('maintenance.php');
 		break;
     }
 

mercurial