ERROR: Variable '\$env' is empty!

"; $help="

Please insert the correct value in the file 'config/init.php' or leave it to 'generic'

"; }else{ $result="

ERROR: The environment '{$env}' not exists!

"; $help="

Please insert the correct value in the file 'config/init.php or leave it to 'generic'

"; } if($option == "result"){ echo $result; }elseif($option == "help"){ echo $help; }else{ echo "ERROR: Wrong attribute in declared in the function!"; die; } } ?>