* nothing important: changed some text

This commit is contained in:
slawkens 2018-05-29 21:09:20 +02:00
parent 023eb3b0ff
commit 6ba24eebb0

View File

@ -430,7 +430,7 @@ if(superAdmin()) {
} }
if($config['database_log']) { if($config['database_log']) {
echo PHP_EOL . '<!-- Database Queries Done by MyAAC:' . PHP_EOL . $db->getLog() . '-->'; echo PHP_EOL . '<!-- List of MySQL queries done:' . PHP_EOL . $db->getLog() . '-->';
} }
} }