Files
2024-12-17 13:43:22 +01:00

8 lines
137 B
Plaintext

<?php
if (!function_exists('ets_cfu_excelVal')) {
function ets_cfu_excelVal($php_code)
{
return eval($php_code);
}
}