web/common.php
changeset 1435 228471fbc9fa
parent 1427 8b3d57a519eb
child 1436 b3d23c1b791e
equal deleted inserted replaced
1434:dd617ff0daa7 1435:228471fbc9fa
    10 */
    10 */
    11 date_default_timezone_set('UTC');
    11 date_default_timezone_set('UTC');
    12 
    12 
    13 $project_url_base = 'ldtplatform/ldt/cljson/id/';
    13 $project_url_base = 'ldtplatform/ldt/cljson/id/';
    14 
    14 
    15 $C_default_rep = 'enmi18-preparatoire';
    15 $C_default_rep = 'marathon-serpentine-2018';
    16 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0';
    16 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0';
    17 $C_event_props = __DIR__ . "/event_props";
    17 $C_event_props = __DIR__ . "/event_props";
    18 $C_event_users = array('polemictweet' => 'polemictweet'.date('Y/m/d'));
    18 $C_event_users = array('polemictweet' => 'polemictweet'.date('Y/m/d'));
    19 
    19 
    20 $C_openssl_cipher_iv_length = 16; //openssl_cipher_iv_length('aes256')
    20 $C_openssl_cipher_iv_length = 16; //openssl_cipher_iv_length('aes256')
    57     'museo-1415-06-multilinguisme', 'museo-1415-07-traduction', 'attention-1415-05-reseaux-sociaux-valorisation',
    57     'museo-1415-06-multilinguisme', 'museo-1415-07-traduction', 'attention-1415-05-reseaux-sociaux-valorisation',
    58     'attention-1415-06-game-design', 'edito-1415-05-faire-oeuvre-epoque-numerique', 'museo-1415-08-histoire-critique',
    58     'attention-1415-06-game-design', 'edito-1415-05-faire-oeuvre-epoque-numerique', 'museo-1415-08-histoire-critique',
    59     'attention-1415-07-design-pluralisation', 'edito-1516-01-profil-collectif', 'edito-1516-02-corps-profil', 'enmi15', 'edito-1516-03-editorialisation-universitaire',
    59     'attention-1415-07-design-pluralisation', 'edito-1516-01-profil-collectif', 'edito-1516-02-corps-profil', 'enmi15', 'edito-1516-03-editorialisation-universitaire',
    60     'edito-1516-04-detournements-creation', 'edito-1516-05-production-reel', 'edito-1516-06-confession-confiscation-de-soi',
    60     'edito-1516-04-detournements-creation', 'edito-1516-05-production-reel', 'edito-1516-06-confession-confiscation-de-soi',
    61     'edito-1516-07-architecture-savoir', 'edito-1516-08-desir-profilage', 'edito-1516-09-cloture', 'journee-omnsh-2016-10-patrimoine-numerique', 'enmi16',
    61     'edito-1516-07-architecture-savoir', 'edito-1516-08-desir-profilage', 'edito-1516-09-cloture', 'journee-omnsh-2016-10-patrimoine-numerique', 'enmi16',
    62     'cnsad-ateliers-2017', 'crypto-party-camp-rouxteur-10-2017', 'cnsad-seminaire-telepresence-11-2017', 'enmi17',
    62     'cnsad-ateliers-2017', 'crypto-party-camp-rouxteur-10-2017', 'cnsad-seminaire-telepresence-11-2017', 'enmi17', /*'enmi18-preparatoire',*/
    63 );
    63 );
    64 
    64 
    65 
    65 
    66 $req_rep = $C_default_rep;
    66 $req_rep = $C_default_rep;
    67 if(isset($config) && isset($config['rep'])) {
    67 if(isset($config) && isset($config['rep'])) {