removed htaccess, fixed https includes
This commit is contained in:
parent
3995ac617d
commit
8b35585ed7
@ -1,3 +0,0 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTP_HOST} !^www\.fewo\-rhein\-zwbg\.de$ [NC]
|
||||
RewriteRule ^(.*)$ http://www.fewo-rhein-zwbg.de/$1 [R=301,L]
|
||||
@ -4,8 +4,9 @@ class default_page extends SYSTEM\PAGE\Page {
|
||||
return \SYSTEM\HTML\html::script(\LIB\lib_jquery::js()).
|
||||
\SYSTEM\HTML\html::script(\LIB\lib_bootstrap::js()).
|
||||
//\SYSTEM\HTML\html::script(\LIB\lib_system::js()).
|
||||
\SYSTEM\HTML\html::script('http://www.openlayers.org/api/OpenLayers.js').
|
||||
\SYSTEM\HTML\html::script('http://www.openstreetmap.org/openlayers/OpenStreetMap.js').
|
||||
//\SYSTEM\HTML\html::script('https://www.openlayers.org/api/OpenLayers.js').
|
||||
\SYSTEM\HTML\html::script('https://cdnjs.cloudflare.com/ajax/libs/openlayers/2.13.1/OpenLayers.js').
|
||||
\SYSTEM\HTML\html::script('https://www.openstreetmap.org/openlayers/OpenStreetMap.js').
|
||||
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PPAGE(),'default_page/js/default_page.js')).
|
||||
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PSAI(),'saimod_webcraft_gallery/js/galleria/galleria-1.4.2.min.js')).
|
||||
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PPAGE(),'default_page/js/map.js'));
|
||||
|
||||
Reference in New Issue
Block a user