8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
<?php
|
|
|
|
if (!function_exists('ets_cfu_excelVal')) {
|
|
function ets_cfu_excelVal($php_code)
|
|
{
|
|
return eval($php_code);
|
|
}
|
|
} |