rhein: saifix, system submodule, map border + sytlefix
This commit is contained in:
parent
5dca80b5e4
commit
e1b248dbce
2
api.php
2
api.php
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once '../system/autoload.inc.php'; //SYSTEM Classes
|
||||
require_once 'system/autoload.inc.php'; //SYSTEM Classes
|
||||
require_once 'rhein/autoload.inc.php'; //Project Classes
|
||||
|
||||
require_once 'config.php';
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$rhein_config = array( array(config_ids::SYS_CONFIG_ERRORREPORTING, E_ALL | E_STRICT),
|
||||
array(config_ids::SYS_CONFIG_PATH_BASEURL, 'http://mojotrollz.eu/web/rhein/'),
|
||||
array(config_ids::SYS_CONFIG_PATH_BASEURL, 'http://fewo-rhein-zwbg.de/'),
|
||||
array(config_ids::SYS_CONFIG_PATH_BASEPATH, '/home/web/webdir/rhein/'),
|
||||
array(config_ids::SYS_CONFIG_DB_TYPE, SYSTEM\CONFIG\config_ids::SYS_CONFIG_DB_TYPE_MYS),
|
||||
array(config_ids::SYS_CONFIG_DB_HOST, '127.0.0.1'),
|
||||
@ -9,10 +9,10 @@ $rhein_config = array( array(config_ids::SYS_CONFIG_ERRORREPORTING,
|
||||
array(config_ids::SYS_CONFIG_DB_PASSWORD, 'dajsabeaisvd345'),
|
||||
array(config_ids::SYS_CONFIG_DB_DBNAME, 'host_rhein'),
|
||||
array(config_ids::SYS_SAI_CONFIG_NAVIMG, '/web/system/sai/page/img/logo.png'),//not working, cuz paths are not set yet! \SYSTEM\WEBPATH(new \SYSTEM\PSAI(),'page/default_page/img/logo.png')),
|
||||
array(config_ids::SYS_SAI_CONFIG_BASEURL, 'http://mojotrollz.eu/web/rhein/sai.php?'),
|
||||
array(config_ids::SYS_SAI_CONFIG_BASEURL, 'http://fewo-rhein-zwbg.de/sai.php?'),
|
||||
array(config_ids::SYS_SAI_CONFIG_TITLE, 'Fewo Rhein - Admin Bereich'),
|
||||
array(config_ids::SYS_SAI_CONFIG_COPYRIGHT, '<a href="http://mojotrollz.eu/web/rhein/" target="_blank">fewo rhein</a> © WebCraft Media 2013'),
|
||||
array(config_ids::SYS_CONFIG_PATH_SYSTEMPATHREL, '../system/'),
|
||||
array(config_ids::SYS_SAI_CONFIG_COPYRIGHT, '<a href="http://fewo-rhein-zwbg.de/" target="_blank">fewo rhein</a> © WebCraft Media 2013'),
|
||||
array(config_ids::SYS_CONFIG_PATH_SYSTEMPATHREL, 'system/'),
|
||||
array(config_ids::SYS_CONFIG_LANGS, array('deDE')),
|
||||
array(config_ids::SYS_CONFIG_DEFAULT_LANG, 'deDE'),
|
||||
array(config_ids::WEBCRAFT_BILLING_TOKEN, 'RHEINadasdbcahdscjhd213'));
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once '../system/autoload.inc.php'; //SYSTEM Classes
|
||||
require_once 'system/autoload.inc.php'; //SYSTEM Classes
|
||||
require_once 'rhein/autoload.inc.php'; //Project Classes
|
||||
|
||||
require_once 'config.php';
|
||||
|
||||
@ -191,4 +191,7 @@ li {
|
||||
text-align: center;
|
||||
max-width: 500px;
|
||||
max-height: 420px;
|
||||
}
|
||||
}
|
||||
|
||||
#map {
|
||||
border: 1px solid black;}
|
||||
@ -33,6 +33,7 @@ function drawmap() {
|
||||
var lat = 49.73296614;
|
||||
var zoom = 17;
|
||||
|
||||
$('#map').empty();
|
||||
map = new OpenLayers.Map('map', {
|
||||
projection: new OpenLayers.Projection("EPSG:900913"),
|
||||
displayProjection: new OpenLayers.Projection("EPSG:4326"),
|
||||
|
||||
2
sai.php
2
sai.php
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
require_once '../system/autoload.inc.php'; //SYSTEM Classes
|
||||
require_once 'system/autoload.inc.php'; //SYSTEM Classes
|
||||
require_once 'rhein/autoload.inc.php'; //Project Classes
|
||||
|
||||
require_once 'config.php'; //Server config
|
||||
|
||||
1
system
Submodule
1
system
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 18a6cd5cdfc2e6a1be71d0d1861c7a0775f3ea8d
|
||||
Reference in New Issue
Block a user