conlib\local.php
findet sich mehrmals (4x)
Code: Alles auswählen
global $cfgPathImg;da er überhaupt keinen sinn mehr ergibt...
... ich weiss schon kombatibilätsgründe ...
Code: Alles auswählen
global $cfgPathImg;Code: Alles auswählen
<script type="text/javascript" src="scripts/md5.js"></script>Code: Alles auswählen
$name = $plugxml->valueOf($xpath);Code: Alles auswählen
$name = $plugxml->valueOf($cfgPath['xmlroot'] . $xpath);Code: Alles auswählen
include ('../includes/config.php');Code: Alles auswählen
include_once ('../includes/config.php');Code: Alles auswählen
include_once ('../includes/functions.stat.php');Code: Alles auswählen
include_once ($cfg['path']['contenido'].$cfg["path"]["includes"] . 'functions.stat.php');Code: Alles auswählen
global $cfg;Code: Alles auswählen
$db = new DB_Contenido;Code: Alles auswählen
global $cfgPathInc;
$tmp = "include(\"".$HTTP_HOST.$cfgPathInc."actions_".$area.".php\");";Code: Alles auswählen
global $cfg;
$tmp = "include(\"".$HTTP_HOST.$cfg['path']['includes']."actions_".$area.".php\");";Code: Alles auswählen
global $ContenidoPath,$cfgPathStatfiles;Code: Alles auswählen
global $cfgPathInc;Code: Alles auswählen
/* get areas including plugins */
if ( strstr($value2["location"], ';') ) {
$locs = explode(";", $value2["location"]);
$file = trim($locs[0]);
$xpath = trim($locs[1]);
$xml->load($cfg["path"]["plugins"].$file);
$main = $xml->valueOf($xpath);
} else {
$main = $xml->valueOf($cfgPath['xmlroot'] . $value2["location"]);
} Code: Alles auswählen
/* get areas including plugins */
if(strstr($value2['location'], ';')) {
$locs = explode(";", $value2['location']);
$file = trim($locs[0]);
$value2['location'] = trim($locs[1]);
$plugxml->load($cfg["path"]["plugins"].$file);
$main = $plugxml->valueOf("language/main");
} else {
$main = $xml->valueOf($cfgPath['xmlroot'] . $value2["location"]);
}Code: Alles auswählen
$plugxml = new XML_Doc;Code: Alles auswählen
if(strstr($value2['location'],$con_cfg['PathPlugins'])) {
$plugxml->load($value2['location'].'lang_de.xml');
$main=$plugxml->valueOf("language/main");
}else{
$main = $xml->valueOf($cfgPath['xmlroot'] . $value2["location"]);
}Code: Alles auswählen
/* get areas including plugins */
if(strstr($value2['location'], ';')) {
$locs = explode(";", $value2['location']);
$file = trim($locs[0]);
$value2['location'] = trim($locs[1]);
$plugxml->load($cfg["path"]["plugins"].$file);
$main = $plugxml->valueOf("language/main");
}else{
$main = $xml->valueOf($cfgPath['xmlroot'] . $value2["location"]);
}Code: Alles auswählen
$plugxml = new XML_Doc;Code: Alles auswählen
$lngForm["nothing"]Code: Alles auswählen
i18n('--- None ---')Code: Alles auswählen
/* Search all articles */Code: Alles auswählen
b.idlang = '".$lang."' ANDCode: Alles auswählen
$lngCon["template"]Code: Alles auswählen
i18n('Template')Code: Alles auswählen
$lngForm["nothing"]Code: Alles auswählen
i18n('--- None ---')Code: Alles auswählen
$lngCon["moduleincontainer"]Code: Alles auswählen
i18n("Module in ")Code: Alles auswählen
41: // is disabled?
42: var $disalbed; Code: Alles auswählen
var $disabled;