File tree Expand file tree Collapse file tree 5 files changed +7
-11
lines changed
php-config/Laddr/ProfileRequestHandler.config.d Expand file tree Collapse file tree 5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11[holomapping ]
22files = " */**"
3- after = [ " laddr " ]
3+ after = " * "
Original file line number Diff line number Diff line change 11[holomapping ]
22files = " */**"
3+ before = " *"
Original file line number Diff line number Diff line change 11[holosource ]
22url = " https://github.com/CodeForPhilly/laddr"
3- ref = " refs/heads/develop"
4-
5- [holosource .project ]
6- holobranch = " emergence-skeleton"
3+ ref = " refs/heads/emergence/skeleton/v3"
Original file line number Diff line number Diff line change 11#! /bin/bash
2-
32hab pkg install emergence/studio
43source " $( hab pkg path emergence/studio) /studio.sh"
5-
6- echo " * Use 'load-into-mysql <files>' to load .sql.bz2 files into local mysql database"
7- load-into-mysql () {
8- bzcat " $@ " | hab pkg exec core/mysql mysql -u root -h 127.0.0.1 default
9- }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ // uncomment to enable newsletter opt-in/out option in user profiles
4+ Laddr \ProfileRequestHandler::$ enableNewsletterOptIn = true ;
You can’t perform that action at this time.
0 commit comments