-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various bugfixes : #113
Various bugfixes : #113
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<?php | ||
$configuration['bdd']['hote']='127.0.0.1'; | ||
$configuration['bdd']['base']='afup_dev'; | ||
$configuration['bdd']['utilisateur']='afup_dev'; | ||
$configuration['bdd']['mot_de_passe']='p455w0rd'; | ||
$configuration['web']['path']='http:/afup.dev/'; | ||
|
||
$configuration['divers']['niveau_erreur']='6143'; | ||
$configuration['divers']['afficher_erreurs']='1'; | ||
$configuration['mails']['serveur_smtp']=''; | ||
$configuration['mails']['email_expediteur']='[email protected]'; | ||
$configuration['mails']['nom_expediteur']='Bureau AFUP'; | ||
$configuration['mails']['force_destinataire']=''; | ||
$configuration['mails']['bcc']=''; | ||
$configuration['mails']['tls']='0'; | ||
$configuration['mails']['port']=''; | ||
$configuration['mails']['username']=''; | ||
$configuration['mails']['password']=''; | ||
$configuration['afup']['raison_sociale']='AFUP'; | ||
$configuration['afup']['adresse']='32, Boulevard de Strasbourg | ||
CS 30108'; | ||
$configuration['afup']['code_postal']='75468'; | ||
$configuration['afup']['ville']='Paris Cedex 10'; | ||
$configuration['afup']['email']='[email protected]'; | ||
$configuration['afup']['siret']='500 869 011 00014'; | ||
$configuration['rib']['etablissement']='17515'; | ||
$configuration['rib']['guichet']='90000'; | ||
$configuration['rib']['compte']='04045168667'; | ||
$configuration['rib']['cle']='70'; | ||
$configuration['rib']['domiciliation']='CE ILE DE FRANCE PARIS'; | ||
$configuration['rib']['bic']='CEPAFRPP751'; | ||
$configuration['rib']['iban']='FR76 1751 5900 0004 0451 6866 770'; | ||
$configuration['bureau']['0']='XavierLacot'; | ||
$configuration['bureau']['1']='AurelienVairet'; | ||
$configuration['bureau']['2']='mikaelkael'; | ||
$configuration['bureau']['3']='OlivierMansour'; | ||
$configuration['bureau']['4']='msupiot'; | ||
$configuration['bureau']['5']='jeanfrancois'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Je pense que ça tu peux changer aussi ! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. la je ne sais pas ce qu'il faut mettre à la place There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Je ne sais même pas où c'est utilisé… There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. En bas des PDF générés par ex. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pour la partie "bureau" c'est du côté des votes de conférences (de mémoire) |
||
//$configuration['bureau']['6']='SarahHaimLubczanski'; | ||
|
||
$configuration['paybox_prod']['site']='8316677'; | ||
$configuration['paybox_prod']['rang']='01'; | ||
$configuration['paybox_test']['site']='1999888'; | ||
$configuration['paybox_test']['rang']='99'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WHAT ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ouch, c'est pourtant juste une copie du fichier https://github.com/afup/web/blob/master/configs/application/config.php.dist#L41 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Le mot de passe n'y est pas, c'est le principal :) Mais effectivement on peut supprimer (= vider) (même si c'est dans l'historique). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok je m'en charge 👍 |
||
$configuration['paybox']['site']='8316677'; | ||
$configuration['paybox']['rang']='01'; | ||
$configuration['planete']['pertinence']='php|afup|pear|pecl|symfony|copix|jelix|wampserver|simpletest|simplexml|zend|pmo|drupal|ovidentia|mvc|magento|chrome|spip|PDO|mock|cake|hiphop|CMS|Framework|typo3|photon|pattern'; | ||
$configuration['site']['prefix']='pages/site/'; | ||
$configuration['site']['query_prefix']='?route='; | ||
$configuration['git']['local_repo']='/home/afup/git.afup.org'; | ||
$configuration['git']['local_export']='/home/afup/afup.org/'; | ||
$configuration['sympa']['hote']='localhost'; | ||
$configuration['sympa']['base']='sympa'; | ||
$configuration['sympa']['utilisateur']='sympa'; | ||
$configuration['sympa']['mot_de_passe']='sympa'; | ||
|
||
$configuration['mandrill']['key'] = ''; | ||
$configuration['mandrill']['bcc'] = '[email protected]'; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# MariaDB 10.0 repository list - created 2015-05-09 13:20 UTC | ||
# http://mariadb.org/mariadb/repositories/ | ||
deb http://ftp.igh.cnrs.fr/pub/mariadb/repo/10.0/debian wheezy main | ||
deb-src http://ftp.igh.cnrs.fr/pub/mariadb/repo/10.0/debian wheezy main | ||
deb http://mirror6.layerjet.com/mariadb/repo/10.0/debian wheezy main | ||
deb-src http://mirror6.layerjet.com/mariadb/repo/10.0/debian wheezy main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http://
:)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quel oeil!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code review quoi :p