11 lines
138 B
PHP
11 lines
138 B
PHP
<?php
|
|
/**
|
|
* Silence is golden.
|
|
*
|
|
* @package MaplePerformance
|
|
*/
|
|
|
|
// Prevent direct access
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|