8 lines
66 B
PHP
Executable file
8 lines
66 B
PHP
Executable file
<?php
|
|
/**
|
|
* NOOP.
|
|
*/
|
|
|
|
if (!defined("ABSPATH")) {
|
|
exit();
|
|
} ?>
|