Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 11 Rev 38
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 -... Línea 11...
-
 
11
//date_default_timezone_set('Etc/GMT+6');
-
 
12
 
-
 
13
header('Access-Control-Allow-Origin: *');
11
//date_default_timezone_set('Etc/GMT+6');
14
header('Content-type: application/json; charset=utf-8');
12
 
15
 
13
/**
16
/**
14
 * This makes our life easier when dealing with paths. Everything is relative
17
 * This makes our life easier when dealing with paths. Everything is relative
15
 * to the application root now.
18
 * to the application root now.