I hereby claim:
- I am kinkcreative on github.
- I am klemen (https://keybase.io/klemen) on keybase.
- I have a public key whose fingerprint is E22C BF49 BFD6 5F12 EE9F 3A03 9A56 6553 D6EE A030
To claim this, I am signing this object:
| --- | |
| Name: myemailconfig | |
| After: | |
| - '#emailconfig' | |
| --- | |
| SilverStripe\Core\Injector\Injector: | |
| Swift_Transport: | |
| class: Swift_SmtpTransport | |
| properties: | |
| Host: smtp.mailgun.org |
| RewriteEngine On | |
| RewriteCond %{HTTP:X-Forwarded-Proto} =http | |
| RewriteRule .* https://%{HTTP:Host}%{REQUEST_URI} [L,R=permanent] | |
| RewriteCond %{HTTP_HOST} ^domain\.org$ | |
| RewriteRule (.*)$ https://www.domain.org$1 [R=301,L] |
I hereby claim:
To claim this, I am signing this object:
| mkdir .ssh && touch .ssh/authorized_keys && chmod 700 ~/.ssh && chmod 600 ~/.ssh/* && curl https://github.com/kinkcreative.keys > .ssh/authorized_keys |
| <% if $List.MoreThanOnePage %> | |
| <ul class="pagination inline-block"> | |
| <% if $List.NotFirstPage %> | |
| <li class="arrow"><a href="$List.PrevLink"><i class="fa fa-angle-left"></i></a></li> | |
| <% else %> | |
| <li class="arrow unavailable"><i class="fa fa-angle-left"></i></li> | |
| <% end_if %> | |
| <% loop $List.Pages %> |
| Error | |
| HTTP Error: Unsupported HTTP response status 400 Bad Request (soapclient->response has contents of the response) | |
| ***Request | |
| POST /api/ServiceTransaction.svc HTTP/1.0 | |
| Host: test.achprocessing.com | |
| User-Agent: NuSOAP/0.9.6 (1.124) | |
| Content-Type: application/soap+xml; charset=utf-8 |
| <?php | |
| /** | |
| * PRODUCT EVENTS | |
| **/ | |
| // Register Custom Post Type | |
| function dc_events_register_events() { | |
| $labels = array( |
| { | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "always_show_minimap_viewport": true, | |
| "highlight_line": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "ensure_newline_at_eof_on_save": true, | |
| "copy_with_empty_selection": false, | |
| "highlight_modified_tabs": true, | |
| "show_line_endings": true |
| /* PREVIOUS LINE | |
| body.woocommerce ul.tabs li.active a, | |
| body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:last-child a { | |
| /* border: 2px solid #000;*/ | |
| } | |
| */ | |
| /* START UPDATE 2015 - 1 */ |
| // Line 2193 | |
| jQuery(".dc-variable-tab-link").click(function() { | |
| dc_activate_tab(jQuery(this)); | |
| }); | |
| jQuery('body').on('click', '.dc-variable-tab-link', function(e) { | |
| dc_activate_tab(jQuery(this)); | |
| }); |