File "testErrorLog.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/backupbuddy/controllers/ajax/testErrorLog.php
File size: 371 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
backupbuddy_core::verifyAjaxAccess();
$testMessage = 'BackupBuddy Test - This is only a test. A user triggered BackupBuddy to determine if writing to the PHP error log is working as expected.';
error_log( $testMessage );
die( 'Your PHP error log should contain the following if logging is enabled and functioning properly:' . "\n\n" . '"' . $testMessage . '".' );