web/common.php
changeset 1242 50a36194bac0
parent 1238 7839dce53e94
child 1244 87583b020202
equal deleted inserted replaced
1241:0824150b91d7 1242:50a36194bac0
    13 /**
    13 /**
    14 * Base configuration
    14 * Base configuration
    15 */
    15 */
    16 date_default_timezone_set('UTC');
    16 date_default_timezone_set('UTC');
    17 
    17 
    18 //$ldt_platform = 'http://ldt.iri.centrepompidou.fr/';
    18 $ldt_platform = 'http://ldt.iri.centrepompidou.fr/';
    19 $ldt_platform = 'http://localhost/~ymh/platform/';
       
    20 $project_url_base = 'ldtplatform/ldt/cljson/id/';
    19 $project_url_base = 'ldtplatform/ldt/cljson/id/';
    21 
    20 
    22 $C_default_rep = 'museo-1415-07-traduction';
    21 $C_default_rep = 'museo-1415-07-traduction';
    23 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0';
    22 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0';
    24 $C_event_props = __DIR__ . "/event_props";
    23 $C_event_props = __DIR__ . "/event_props";