Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to turn off logs? #18

Open
seojake opened this issue Mar 29, 2019 · 1 comment
Open

How to turn off logs? #18

seojake opened this issue Mar 29, 2019 · 1 comment

Comments

@seojake
Copy link

seojake commented Mar 29, 2019

I want to turn off logs, as I don't really want to be accessing this from the front end of my website.

How do I do this?

@lincanbin
Copy link
Owner

PDO.class.php
Edit the following method into this:

private function ExceptionLog(PDOException $e, $sql = "", $method = '', $parameters = array())
{
    return ;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants