9 lines
294 B
PHP
9 lines
294 B
PHP
<?php
|
|
require_once(__DIR__ . '/session_bridge.php');
|
|
|
|
// Debugging mode: do not enforce login redirects. Pages can load without authentication.
|
|
// If you later want to re-enable, restore the original redirect behavior.
|
|
// (This file intentionally left as a no-op during debugging.)
|
|
return;
|
|
?>
|
|
|