Files
html/api/wevia-cost-guard.php
2026-04-16 11:40:01 +02:00

6 lines
158 B
PHP

<?php
// COST GUARD
$log='/var/log/weval-cost-guard.log';
$attempts_file='/var/run/weval-anthropic-attempts';
if(!defined('WEVAL_CG')){define('WEVAL_CG',1);}