I am getting: Warning: Missing argument 3 for pf_validate_number(), called on line 6 of index.php and defined in line 15 of functions.php
line 6 of index.php:
$validid = pf_validate_number($_GET['id'], "value" . $config_basedir);
line 15 of functions.php:
function pf_validate_number($value, $function, $redirect){
I could use some help. If you need more code let me know.
thanks!