9 lines
427 B
PHP
9 lines
427 B
PHP
<?php
|
||
|
||
/************************************************************************************
|
||
* Pausera – Access control shim (disabled)
|
||
* This file intentionally does nothing. The redirect logic lives in the Pausera class.
|
||
************************************************************************************/
|
||
if (!defined('ABSPATH')) exit;
|
||
// Intentionally left blank. The previous dynamic "add_method" logic was removed.
|