mirror of
https://github.com/e107inc/e107.git
synced 2025-05-06 20:25:25 +02:00
Only display debug info on db-verify page.
This commit is contained in:
parent
95ae8d911d
commit
d1975b25cf
@ -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'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user