Changeset 938 in t29-www
- Timestamp:
- Mar 30, 2016, 4:06:20 PM (7 years ago)
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/host.php
r937 r938 141 141 $localhost->setup(); 142 142 return $localhost; 143 case strpos($_SERVER['SERVER_NAME'], 'design') !== false: 144 /* Hostnames like foobar.design.technikum29.de */ 145 $localhost = self::new_singleton('t29DesignHost'); 146 $localhost->setup(); 147 return $localhost; 143 144 // Hat sich wegen Caching als nicht sinnvolle Loesung herausgestellt 145 //case strpos($_SERVER['SERVER_NAME'], 'design') !== false: 146 // /* Hostnames like foobar.design.technikum29.de */ 147 // $localhost = self::new_singleton('t29DesignHost'); 148 // $localhost->setup(); 149 // return $localhost; 148 150 } 149 151 -
shared/js-v6/modules/startup.js
r741 r938 35 35 'menu', 36 36 'piwik', 37 'admin', 37 38 38 39 // ggf verbaendelt mit menu wg scroll lock
Note: See TracChangeset
for help on using the changeset viewer.