*** empty log message ***
This commit is contained in:
parent
6f80b77339
commit
37f64cc829
6 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
require('require.inc.php');
|
||||
include_once dirname(__FILE__).'/auth.inc.php';
|
||||
?>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
require_once('require.inc.php');
|
||||
include_once dirname(__FILE__).'/auth.inc.php';
|
||||
|
||||
include_once('header.html');
|
||||
|
||||
$data =& Data::getInstance();
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
require_once('require.inc.php');
|
||||
include_once dirname(__FILE__).'/auth.inc.php';
|
||||
|
||||
include_once('header.html');
|
||||
|
||||
loadLanguageFiles('', 'locals');
|
||||
|
|
|
@ -8,26 +8,23 @@ require_once('XML/Unserializer.php');
|
|||
|
||||
require_once('display.inc.php');
|
||||
require_once('data.inc.php');
|
||||
require_once('helpfunctions.php');
|
||||
require_once('helpfunctions.inc.php');
|
||||
|
||||
define('_DEFAULT_LANG_', 'en_GB');
|
||||
define('_PREFIX_', 'locals');
|
||||
define('_PREFIX_GLOBAL_','globals');
|
||||
define('_PREFIX_HIDE_', '.');
|
||||
define('_ICONS_DIR_', '.icons');
|
||||
define('_LANG_BASE_', 'xml');
|
||||
define('_DENY_HTML_', FALSE);
|
||||
define('_ENCODING_', 'UTF-8');
|
||||
|
||||
define('_START_DIR_', '../');
|
||||
define('_MAINTAINANCE_', TRUE);
|
||||
define('_PARENT_FRAME_', '_parent');
|
||||
define('_PANEL_FRAME_', 'panel');
|
||||
define('_MENU_FRAME_', 'menu');
|
||||
define('_FRAME_SCRIPT_', 'index.php');
|
||||
define('_PANEL_SCRIPT_', 'main.php');
|
||||
|
||||
define('_ICONS_DIR_', '.icons');
|
||||
define('_PREFIX_HIDE_', '.');
|
||||
|
||||
define('_START_DIR_', '../');
|
||||
define('_MAINTAINANCE_', TRUE);
|
||||
define('_MENU_SCRIPT_', 'menu.php');
|
||||
#define('_MENU_SCRIPT_', 'menu_static.php');
|
||||
?>
|
||||
|
|
|
@ -14,7 +14,6 @@ class uiBrowser extends uiBase {
|
|||
function uiBrowser(&$config)
|
||||
{
|
||||
$this->uiBase($config);
|
||||
$this->mdatarecords =& $_SESSION[UI_MDATA_REC_SESSNAME];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -35,7 +35,6 @@ define('UI_STATIONINFO_SESSNAME', 'STATIONINFO');
|
|||
define('UI_BROWSE_SESSNAME', 'L_BROWSE');
|
||||
define('UI_SEARCH_SESSNAME', 'L_SEARCH');
|
||||
define('UI_PLAYLIST_SESSNAME', 'PLAYLIST');
|
||||
define('UI_MDATA_REC_SESSNAME', 'MDATAREC');
|
||||
|
||||
## Metadata Keys
|
||||
define('UI_MDATA_KEY_TITLE', 'dc:title');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue