Projet

Général

Profil

Télécharger (591 octets) Statistiques
| Branche: | Tag: | Révision:

univnautes / etc / inc / globals_override.inc @ d31289a7

1
<?php
2

    
3
global $g;
4

    
5
$g['product_name']="pfSense-UnivNautes";
6
$g['product_copyright']="Electric Sheep Fencing LLC + Entr'ouvert SCOP SARL";
7
$g['product_website']="http://unpidf.univ-paris1.fr/univnautes";
8
$g['product_website_footer']="http://unpidf.univ-paris1.fr/univnautes";
9
$g['product_email']="unpidf-univnautes@listes.univ-paris1.fr";
10

    
11
$g['disablecrashreporter']=true;
12
$g['crashreporterurl']="https://dev.entrouvert.org/projects/univnautes";
13

    
14
$g['update_url']="http://isos.univnautes.entrouvert.com/_updaters";
15
$g['update_manifest']="https://isos.univnautes.entrouvert.com/manifest";
16

    
17
?>
(23-23/67)