Proyectos de Subversion LeadersLinked - Services

Rev

Rev 38 | Rev 40 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 38 Rev 39
Línea 8... Línea 8...
8
 
8
 
9
//define('DIR_URL', dirname(__DIR__));
9
//define('DIR_URL', dirname(__DIR__));
10
//define('SITE_URL',  'http://'  . $_SERVER['SERVER_NAME'] . '/');
10
//define('SITE_URL',  'http://'  . $_SERVER['SERVER_NAME'] . '/');
Línea 11... Línea 11...
11
//date_default_timezone_set('Etc/GMT+6');
11
//date_default_timezone_set('Etc/GMT+6');
12
 
12
 
Línea 13... Línea 13...
13
header('Access-Control-Allow-Origin: *');
13
//header('Access-Control-Allow-Origin: *');
14
header('Content-type: application/json; charset=utf-8');
14
//header('Content-type: application/json; charset=utf-8');
15
 
15
 
16
/**
16
/**