diff options
| author | Darkelarious <darkelarious@333networks.com> | 2017-10-18 21:54:47 +0200 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2017-10-18 21:54:47 +0200 |
| commit | c70e5bd0b7908eaf09d0e2058289148f16b9c623 (patch) | |
| tree | b2272baa22b99fc86ff3b5f15e6a755f3ead7083 | |
| parent | 6d197287ba357857adba066c4c0b615ba7ec4b61 (diff) | |
| download | WebInterface-Perl-MS-Perl-c70e5bd0b7908eaf09d0e2058289148f16b9c623.tar.gz WebInterface-Perl-MS-Perl-c70e5bd0b7908eaf09d0e2058289148f16b9c623.zip | |
SQLite case sensitive and default debugging disabled
| -rwxr-xr-x | util/masterwebinterface.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/masterwebinterface.pl b/util/masterwebinterface.pl index 79d0bbd..596c149 100755 --- a/util/masterwebinterface.pl +++ b/util/masterwebinterface.pl @@ -25,15 +25,15 @@ TUWF::set( page => { template => 'uint', max => 1000 }, }, xml_pretty => 0, - log_queries => 1, - debug => 1, + log_queries => 0, + debug => 0, ); # load master page libs TUWF::load_recursive('MasterWebInterface::Handler', 'MasterWebInterface::Util', 'MasterWebInterface::Database::Pg', - #'MasterWebInterface::Database::sqlite', + #'MasterWebInterface::Database::SQLite', ); # Do not forget to choose the database type here! #and let's roll! TUWF::run(); |
