mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +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 = $rawSqlData;
|
||||||
$debugB = $sqlDataArr['data'][0]; // Extracted Raw Field Text
|
$debugB = $sqlDataArr['data'][0]; // Extracted Raw Field Text
|
||||||
|
|
||||||
if(isset($debugA))
|
if(isset($debugA) && (e_PAGE == 'db.php'))
|
||||||
{
|
{
|
||||||
|
|
||||||
$debug = "<table border='1'>
|
$debug = "<table border='1'>
|
||||||
|
Reference in New Issue
Block a user