<?php

//  define('SHOW_VARIABLES', 1);
//  define('DEBUG_LEVEL', 1);
//  error_reporting(E_ALL ^ E_NOTICE);
//  ini_set('display_errors', 'On');
set_include_path('.' . PATH_SEPARATOR . get_include_path());
include_once dirname(__FILE__) . '/' . 'components/utils/system_utils.php';
//  SystemUtils::DisableMagicQuotesRuntime();
SystemUtils::SetTimeZoneIfNeed('America/New_York');
function GetGlobalConnectionOptions()
{
    return array('server' => 'SERVER', 'username' => 'USER', 'password' => 'PASS', 'database' => 'DATABASE');
}
function HasAdminPage()
{
    return false;
}
function GetPageGroups()
{
    $result = array('Default');
    return $result;
}
function GetPageInfos()
{
    $result = array();
    $result[] = array('caption' => 'Base de Datos', 'short_caption' => '', 'filename' => 'Base de Datos.php', 'name' => 'dbo.BaseDatos', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Detalle Objetos', 'short_caption' => '', 'filename' => 'Detalle Objetos.php', 'name' => 'dbo.AlterLog', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Sesiones', 'short_caption' => '', 'filename' => 'Sesiones.php', 'name' => 'dbo.procesosbd', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Volumen', 'short_caption' => '', 'filename' => 'Volumen.php', 'name' => 'dbo.TamanoBaseDatos', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Procesos', 'short_caption' => '', 'filename' => 'Procesos.php', 'name' => 'dbo.procesos', 'group_name' => 'Default', 'add_separator' => false);
Beispiel #2
0
<?php

//  define('SHOW_VARIABLES', 1);
//  define('DEBUG_LEVEL', 1);
//  error_reporting(E_ALL ^ E_NOTICE);
//  ini_set('display_errors', 'On');
set_include_path('.' . PATH_SEPARATOR . get_include_path());
include_once dirname(__FILE__) . '/' . 'components/utils/system_utils.php';
//  SystemUtils::DisableMagicQuotesRuntime();
SystemUtils::SetTimeZoneIfNeed('America/Tegucigalpa');
function GetGlobalConnectionOptions()
{
    return array('username' => 'ge', 'password' => 'ge', 'database' => 'MATCH');
}
function HasAdminPage()
{
    return false;
}
function GetPageGroups()
{
    $result = array('Default');
    return $result;
}
function GetPageInfos()
{
    $result = array();
    $result[] = array('caption' => 'BEBEDOR', 'short_caption' => 'BEBEDOR', 'filename' => 'GE.BEBEDOR.php', 'name' => 'GE.BEBEDOR', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'CATEGORIA INTERES', 'short_caption' => 'CATEGORIA INTERES', 'filename' => 'GE.CATEGORIA_INTERES.php', 'name' => 'GE.CATEGORIA_INTERES', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'CIUDAD', 'short_caption' => 'CIUDAD', 'filename' => 'GE.CIUDAD.php', 'name' => 'GE.CIUDAD', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'COLOR OJOS', 'short_caption' => 'COLOR OJOS', 'filename' => 'GE.COLOR_OJOS.php', 'name' => 'GE.COLOR_OJOS', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Webreports', 'short_caption' => 'Webreports', 'filename' => 'GE.webreports.php', 'name' => 'GE.webreports', 'group_name' => 'Default', 'add_separator' => false);
Beispiel #3
0
<?php

//  define('SHOW_VARIABLES', 1);
//  define('DEBUG_LEVEL', 1);

//  error_reporting(E_ALL ^ E_NOTICE);
//  ini_set('display_errors', 'On');

set_include_path('.' . PATH_SEPARATOR . get_include_path());


include_once dirname(__FILE__) . '/' . 'components/utils/system_utils.php';

//  SystemUtils::DisableMagicQuotesRuntime();

SystemUtils::SetTimeZoneIfNeed('America/Argentina/Buenos_Aires');

function GetGlobalConnectionOptions()
{
    return array(
  'server' => '10.13.18.28',
  'port' => '5432',
  'username' => 'rcdto',
  'password' => 'rcdto',
  'database' => 'RCDTO'
);
}

function HasAdminPage()
{
    return false;
<?php

//  define('SHOW_VARIABLES', 1);
//  define('DEBUG_LEVEL', 1);
//  error_reporting(E_ALL ^ E_NOTICE);
//  ini_set('display_errors', 'On');
set_include_path('.' . PATH_SEPARATOR . get_include_path());
include_once dirname(__FILE__) . '/' . 'components/utils/system_utils.php';
//  SystemUtils::DisableMagicQuotesRuntime();
SystemUtils::SetTimeZoneIfNeed('America/Los_Angeles');
function GetGlobalConnectionOptions()
{
    return array('server' => '192.168.1.25', 'port' => '3306', 'username' => 'root', 'password' => 'root', 'database' => 'WP20_OUT');
}
function HasAdminPage()
{
    return true;
}
function GetPageGroups()
{
    $result = array('Default');
    return $result;
}
function GetPageInfos()
{
    $result = array();
    $result[] = array('caption' => 'Dashboard', 'short_caption' => 'Dashboard', 'filename' => 'Dashboard.php', 'name' => 'Dashboard', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Project Type', 'short_caption' => 'Project Type', 'filename' => 'program.php', 'name' => 'program', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'View all Projects', 'short_caption' => 'Projects', 'filename' => 'project.php', 'name' => 'project', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Tasks - Time Tracking', 'short_caption' => 'Tasks - Time Tracking', 'filename' => 'task.php', 'name' => 'task', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Hours per Project', 'short_caption' => 'Hours per project', 'filename' => 'Hours per project by user.php', 'name' => 'Hours per Project by user', 'group_name' => 'Default', 'add_separator' => false);
Beispiel #5
0
<?php

//  define('SHOW_VARIABLES', 1);
//  define('DEBUG_LEVEL', 1);
//  error_reporting(E_ALL ^ E_NOTICE);
//  ini_set('display_errors', 'On');
set_include_path('.' . PATH_SEPARATOR . get_include_path());
include_once dirname(__FILE__) . '/' . 'components/utils/system_utils.php';
//  SystemUtils::DisableMagicQuotesRuntime();
SystemUtils::SetTimeZoneIfNeed('Europe/Belgrade');
function GetGlobalConnectionOptions()
{
    return array('server' => 'localhost', 'port' => '3306', 'username' => 'admin', 'password' => 'silvia', 'database' => 'atig');
}
function HasAdminPage()
{
    return true;
}
function GetPageGroups()
{
    $result = array('Default');
    return $result;
}
function GetPageInfos()
{
    $result = array();
    $result[] = array('caption' => 'Clienti', 'short_caption' => 'Clienti', 'filename' => 'clienti.php', 'name' => 'clienti', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Articoli', 'short_caption' => 'Articoli', 'filename' => 'articoli.php', 'name' => 'articoli', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Famiglie', 'short_caption' => 'Famiglie', 'filename' => 'famiglie.php', 'name' => 'famiglie', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Listino Voci', 'short_caption' => 'Listino Voci', 'filename' => 'listino_voci.php', 'name' => 'listino_voci', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Listino Articoli', 'short_caption' => 'Listino Articoli', 'filename' => 'listino_articoli.php', 'name' => 'listino_articoli', 'group_name' => 'Default', 'add_separator' => false);
<?php

//  define('SHOW_VARIABLES', 1);
//  define('DEBUG_LEVEL', 1);
//  error_reporting(E_ALL ^ E_NOTICE);
//  ini_set('display_errors', 'On');
set_include_path('.' . PATH_SEPARATOR . get_include_path());
include_once dirname(__FILE__) . '/' . 'components/utils/system_utils.php';
//  SystemUtils::DisableMagicQuotesRuntime();
SystemUtils::SetTimeZoneIfNeed('Europe/Rome');
function GetGlobalConnectionOptions()
{
    return array('server' => 'localhost', 'port' => '3306', 'username' => 'atig', 'password' => '20152015', 'database' => 'S01225_erikroncalli');
}
function HasAdminPage()
{
    return true;
}
function GetPageGroups()
{
    $result = array('Default');
    return $result;
}
function GetPageInfos()
{
    $result = array();
    $result[] = array('caption' => 'Clienti', 'short_caption' => 'Clienti', 'filename' => 'clienti.php', 'name' => 'clienti', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Articoli', 'short_caption' => 'Articoli', 'filename' => 'articoli.php', 'name' => 'articoli', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Famiglie', 'short_caption' => 'Famiglie', 'filename' => 'famiglie.php', 'name' => 'famiglie', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Listino Voci', 'short_caption' => 'Listino Voci', 'filename' => 'listino_voci.php', 'name' => 'listino_voci', 'group_name' => 'Default', 'add_separator' => false);
    $result[] = array('caption' => 'Listino Articoli', 'short_caption' => 'Listino Articoli', 'filename' => 'listino_articoli.php', 'name' => 'listino_articoli', 'group_name' => 'Default', 'add_separator' => false);