This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( 'custom-background', $args ) instead. in /home/thedanno/public_html/stafftrial/wp-includes/functions.php on line 3406 | |
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/thedanno/public_html/stafftrial/wp-includes/functions.php on line 3622 | |
Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/thedanno/public_html/stafftrial/wp-includes/functions.php on line 3622 | |
Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define ('WP_DEBUG',TRUE); | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This message was created automatically by mail delivery software. | |
A message that you sent could not be delivered to one or more of its | |
recipients. This is a permanent error. The following address(es) failed: | |
[email protected] | |
SMTP error from remote mail server after end of data: | |
host productio-tcloadba-tkyjfaz4ap1l-328615543.us-west-2.elb.amazonaws.com [54.245.224.144]: | |
550 5.7.1 [ITR] Our system has detected unusual activity from your account. (0.50) See http://endsp.am/1bsbIfq | |
[email protected] | |
SMTP error from remote mail server after end of data: | |
host productio-tcloadba-tkyjfaz4ap1l-328615543.us-west-2.elb.amazonaws.com [54.245.224.144]: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
server_name sears.com.mx www2.sears.com.mx; | |
rewrite ^ $scheme://www.sears.com.mx$uri redirect; | |
} | |
server { | |
server_name www.sears.com.mx; | |
# agregado para remediacion de SEARS por motivos de PCI Compliance | |
ssl_protocols SSLv3 TLSv1.1 TLSv1.2; |
NewerOlder