5 lines
178 B
PHP
5 lines
178 B
PHP
<?php
|
|
define('WEVADS_AUTH_BOOTSTRAPPED', true);
|
|
if (($_GET['k'] ?? '') !== 'weval2026') { http_response_code(403); die('Forbidden'); }
|
|
include __DIR__ . '/nonreg-master-v6.php';
|