Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

About halfway down the code:

    sub ProcessTemplateText {
        local($text) = @_;
        $oldtext = $_;
        $_= $text;

        # Truly frightening stuff

        s/\[eval (.*?) EVALEOF\]/eval $1/geo;
        $outtext=$_;

        $_ =$oldtext;
        return $outtext;
    }


Just so it's clear, that truly frightening stuff is on haven.org, and not on the OP's havenweb.org site.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: