glueckm / smartvisu

Automatically exported from code.google.com/p/smartvisu
GNU General Public License v3.0
0 stars 0 forks source link

überlagern der smarthome Autogeneration #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Siehe http://knx-user-forum.de/311348-post11.html

Index: index.php
===================================================================
--- index.php   (Revision 329)
+++ index.php   (Arbeitskopie)
@@ -27,6 +27,7 @@
        $request['page'] = config_index;

     if ( is_file(const_path."pages/".config_pages."/".$request['page'].".html")
+        or is_file(const_path."pages/smarthome/".$request['page'].".html")
         or is_file(const_path."apps/".$request['page'].".html")
         or is_file(const_path."pages/base/".$request['page'].".html") )
     {

Original issue reported on code.google.com by thomas.c...@gmail.com on 11 May 2013 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by Gleiss.Martin on 11 May 2013 at 10:11

GoogleCodeExporter commented 9 years ago

Original comment by Gleiss.Martin on 11 May 2013 at 10:11