<?php
/* Autorefresh in seconds for OSCam Info */
DEFINE('REFRESH_SECS',30);
/* Language de=german / en=english */
DEFINE('LANGUAGE','de');
/* A custom notice in the header (empty if no message should be displayed)*/
DEFINE('CUSTOM_NOTICE',' OScam Info 1.8.5 ULUDAG');
/* A custom stlye for the main grid, available are 'blue' and 'gray' */
DEFINE('OSCAM_STYLE','sunny');
/* The width (in px) of the mainwindow(s), full screen size can be set with 'full' */
DEFINE('SCREEN_SIZE','1000');
/* The Adminuser */
DEFINE('ADM_USER','pass');
/* The Adminpassword */
DEFINE('ADM_PASS','user');
/* Connect through proxyserver, if no proxy is needed just leave blank */
DEFINE('PROXY_URL','');
DEFINE('PROXY_PORT','');
DEFINE('PROXY_USER','');
DEFINE('PROXY_PASS','');
/* Lower than this percent the values will cumulated */
DEFINE('LOWER_THAN','1,5');
/* Available entries per page */
DEFINE('ENTRIES_PER_PAGE','10,20,30,40,50');
/* Default entries per page */
DEFINE('ENTRIES_PER_PAGE_DEFAULT','30');
/* Channel picons update every XX days */
DEFINE('CHANNEL_PICONS','14');
/* Enable logging */
DEFINE('LOG_ENABLE',false);
/* Logging path of file oscaminfophp.log */
DEFINE('LOG_PATH','/var/log');
/* Logging deep, what should be logged (comma seperared): logins,tabs,stats,search */
DEFINE('LOG_DEEP','logins,tabs,stats,search');