mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Only display debug info on db-verify page.
This commit is contained in:
@@ -220,7 +220,7 @@ class db_verify
|
||||
// $debugB = $rawSqlData;
|
||||
$debugB = $sqlDataArr['data'][0]; // Extracted Raw Field Text
|
||||
|
||||
if(isset($debugA))
|
||||
if(isset($debugA) && (e_PAGE == 'db.php'))
|
||||
{
|
||||
|
||||
$debug = "<table border='1'>
|
||||
|
Reference in New Issue
Block a user